mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
calculate the day before the given since date as it excludes the given daten the inclusion is wanted
This commit is contained in:
parent
d33ede9bcc
commit
43bc82520e
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue