Skip to content

Commit

Permalink
Merge branch 'integration'
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 26, 2010
2 parents d1093fa + 1158c19 commit 468ceaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/git-repl
Expand Up @@ -2,7 +2,7 @@

while true; do
# Readline
read -e -r -p "git> " cmd
read -r -p "git> " cmd

# EOF
test $? -ne 0 && break
Expand Down
3 changes: 2 additions & 1 deletion bin/git-summary
Expand Up @@ -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

0 comments on commit 468ceaa

Please sign in to comment.