Merge pull request #121 from tomice/master

Change default date to be when git was first invented
This commit is contained in:
Lukáš Mešťan 2021-02-05 17:02:54 +01:00 committed by GitHub
commit 2318d42765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ _since=${_GIT_SINCE:-}
if [[ -n "${_since}" ]]; then
_since="--since=$_since"
else
_since="--since=1970-01-01"
_since="--since=2005-04-07"
fi
# End of git log date. Respects all git datetime formats