From: Bernie Innocenti Date: Wed, 19 Aug 2009 09:28:10 +0000 (+0200) Subject: New git command naming in git-cat X-Git-Url: https://codewiz.org/gitweb?p=geekigeeki.git;a=commitdiff_plain;h=e3bf62a675a8461e5c1412782e3012c84dabc6dc New git command naming in git-cat --- diff --git a/git-cat b/git-cat index 5b9945c..bf58c40 100755 --- 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]}