mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 23:56:18 -04:00
Add on the current branch
This commit is contained in:
parent
c7d456465e
commit
52f4eff27c
|
|
@ -187,9 +187,9 @@ function detailedGitStats() {
|
|||
if [[ $is_branch_existing && -n "${_branch}" ]]; then
|
||||
option_picked "Contribution stats (by author) on ${_branch} branch:"
|
||||
elif [[ -n "${branch}" && -z "${_branch}" ]]; then
|
||||
option_picked "Branch \"${branch}\" does not exist.\nContribution stats (by author):"
|
||||
option_picked "Branch \"${branch}\" does not exist.\nContribution stats (by author) on the current branch:"
|
||||
else
|
||||
option_picked "Contribution stats (by author):"
|
||||
option_picked "Contribution stats (by author) on the current branch:"
|
||||
fi
|
||||
|
||||
git -c log.showSignature=false log ${_branch} --use-mailmap --no-merges --numstat \
|
||||
|
|
|
|||
Loading…
Reference in a new issue