mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge branch 'integration'
This commit is contained in:
commit
468ceaa511
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
while true; do
|
||||
# Readline
|
||||
read -e -r -p "git> " cmd
|
||||
read -r -p "git> " cmd
|
||||
|
||||
# EOF
|
||||
test $? -ne 0 && break
|
||||
|
|
|
|||
|
|
@ -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