add git log options to myDailyStats

This commit is contained in:
arzzen 2020-07-10 18:13:01 +02:00
parent 0655814800
commit e31fc931c8

View file

@ -541,7 +541,7 @@ function myDailyStats() {
echo -e "\t" $(git -c log.showSignature=false log --use-mailmap \
--author="$(git config user.name)" $_merges \
--since=$(date "+%Y-%m-%dT00:00:00") \
--until=$(date "+%Y-%m-%dT23:59:59") --reverse \
--until=$(date "+%Y-%m-%dT23:59:59") --reverse $_log_options \
| grep commit | wc -l) "commits"
}