This commit is contained in:
Roland Walker
2014-01-20 20:49:43 -05:00
parent fef149fc53
commit 28c8439827
+1 -1
View File
@@ -81,7 +81,7 @@ $git_log -- $doc_paths | sort | uniq | wc -l
printf " any\t"
$git_log -- . | sort | uniq | wc -l
if [[ -n "$1" ]]; then
printf "\nAll-time contibutors\t"
printf "\nAll-time contributors\t"
$git_log_alltime -- . | sort | uniq | wc -l
fi