calculate the day before the given since date as it excludes the given daten the inclusion is wanted

This commit is contained in:
Martin Schaaf 2024-01-09 16:40:28 +01:00
parent d33ede9bcc
commit 43bc82520e
No known key found for this signature in database
GPG key ID: 4353267F1B4EAD24

View file

@ -416,7 +416,7 @@ function changelogs() {
GIT_PAGER=cat git -c log.showSignature=false log \
--use-mailmap $_merges \
--format=" * %s (%aN)" "${_author}" \
--since=$DATE --until=$next
--since==$(date -d "$DATE - 1 day" +"%Y-%m-%d") --until=$next
next=$DATE
done
}