From e3bf62a675a8461e5c1412782e3012c84dabc6dc Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Wed, 19 Aug 2009 11:28:10 +0200 Subject: [PATCH] New git command naming in git-cat --- git-cat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]} -- 2.25.1