mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
Merge pull request #157 from Dica-Developer/41
calculate the day before the given since date
This commit is contained in:
commit
7b1e0b2a65
|
|
@ -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