mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fix printing of authors for git-summary's on Ubuntu
This commit is contained in:
parent
d666fa409a
commit
1158c19b61
|
|
@ -9,5 +9,6 @@ echo
|
|||
echo " project: $project"
|
||||
echo " commits: $commit_count"
|
||||
echo " files : $file_count"
|
||||
echo " authors: \n$authors"
|
||||
echo " authors: "
|
||||
echo "$authors"
|
||||
echo
|
||||
Loading…
Reference in a new issue