diff options
| author | Teddy Wing | 2015-08-18 01:22:24 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-08-18 01:22:24 -0400 |
| commit | 4de870595c1725490717da6d203df9e8e9304df8 (patch) | |
| tree | 4fa892862584c63f019b697df487399caa53ab60 | |
| parent | 4cb3e9f6dd47b7042802a25722c23f422d6742b6 (diff) | |
| download | git-stats-4de870595c1725490717da6d203df9e8e9304df8.tar.bz2 | |
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.
| -rwxr-xr-x | git-stats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
