Merge branch 'integration'

This commit is contained in:
Tj Holowaychuk 2010-08-26 10:41:27 -07:00
commit 468ceaa511
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
while true; do
# Readline
read -e -r -p "git> " cmd
read -r -p "git> " cmd
# EOF
test $? -ne 0 && break

View file

@ -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