projects
/
geekigeeki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d8eca8
)
New git command naming in git-cat
author
Bernie Innocenti
<bernie@codewiz.org>
Wed, 19 Aug 2009 09:28:10 +0000
(11:28 +0200)
committer
Bernie Innocenti
<bernie@codewiz.org>
Wed, 19 Aug 2009 09:28:10 +0000
(11:28 +0200)
git-cat
patch
|
blob
|
history
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]}