Skip to content

Commit

Permalink
fix: git-summary commit count
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjdsh committed Jun 14, 2024
1 parent e34dea9 commit 0729068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-summary
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ active_days() {
#
commit_count() {
# shellcheck disable=SC2086
git log $MERGES_ARG --oneline "$commit" | wc -l | tr -d ' '
git rev-list --count "$commit"
}

#
Expand Down

0 comments on commit 0729068

Please sign in to comment.