From 4de870595c1725490717da6d203df9e8e9304df8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 18 Aug 2015 01:22:24 -0400 Subject: git-stats.sh: Rename graph to "Commit count" To be more descriptive. Also since we'll be adding additional graphs to the output, it makes sense to call this one what it is. --- git-stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-stats.sh b/git-stats.sh index 3a9f834..540e1ab 100755 --- a/git-stats.sh +++ b/git-stats.sh @@ -25,4 +25,4 @@ echo "$shortlog" | awk '{ if (i != NF) printf " " } printf ":%s\n", $1 -}' | asciigraph -l "$1" --color +}' | asciigraph -l "Commit count" --color -- cgit v1.2.3