From dc194610e7e70bba34c96a858f60eefec6a4b07b Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Mon, 20 Sep 2010 14:28:52 -0500 Subject: [PATCH] make the git-info script not be so silly w/ remote --- git-info | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git-info b/git-info index 512d641..e69327a 100755 --- a/git-info +++ b/git-info @@ -9,7 +9,9 @@ if [ $? -ne 0 ] ; then fi # Show various information about this git directory -echo "== Remote URL: `git remote -v`" +echo "== Remote URL: " +git remote -v +echo echo "== Remote Branches: " git branch -r