mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
add git log options to myDailyStats
This commit is contained in:
parent
0655814800
commit
e31fc931c8
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue