New git command naming in git-cat
authorBernie Innocenti <bernie@codewiz.org>
Wed, 19 Aug 2009 09:28:10 +0000 (11:28 +0200)
committerBernie Innocenti <bernie@codewiz.org>
Wed, 19 Aug 2009 09:28:10 +0000 (11:28 +0200)
git-cat

diff --git a/git-cat b/git-cat
index 5b9945ca4255661837f65a189841a8eff6a424b4..bf58c40ae2fa90e2d16d7849868df04bfb7d7431 100755 (executable)
--- a/git-cat
+++ b/git-cat
@@ -4,4 +4,4 @@ if [ $# -ne 1 ] ; then
 fi
 
 info=(`git ls-tree HEAD $1`)
-git-cat-file blob ${info[2]}
+git cat-file blob ${info[2]}