mirror of
https://github.com/tj/git-extras.git
synced 2026-09-15 09:56:19 -04:00
fix: git-summary commit count (#1147)
* fix: git-summary commit count * fixup! fix: git-summary commit count
This commit is contained in:
parent
e34dea9b7a
commit
b766a655ce
|
|
@ -77,7 +77,7 @@ active_days() {
|
|||
#
|
||||
commit_count() {
|
||||
# shellcheck disable=SC2086
|
||||
git log $MERGES_ARG --oneline "$commit" | wc -l | tr -d ' '
|
||||
git rev-list $MERGES_ARG --count "$commit"
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue