diff --git a/contrib/git-stats.sh b/contrib/git-stats.sh index 735817a..64a4040 100755 --- a/contrib/git-stats.sh +++ b/contrib/git-stats.sh @@ -20,4 +20,5 @@ while read -r commits author; do "$author" "$commits" "$files" "$adds" "-$subs" } done | -column -t -s ';' -N "$columns" -R "${columns#*,}" +column -t -s ';' -N "$columns" -R "${columns#*,}" | +sed -r 's/[[:space:]]+$//'