Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix missing '\n' at end of git-cat-file -t output.
[gitweb.git]
/
diff-cache.c
diff --git
a/diff-cache.c
b/diff-cache.c
index 899e37361e5d34a38e4746b3cd290d9b96a6c8f8..03dd69df3eb3bc9a516f3bec06a3580a78abf632 100644
(file)
--- a/
diff-cache.c
+++ b/
diff-cache.c
@@
-175,7
+175,7
@@
int main(int argc, char **argv)
usage(diff_cache_usage);
}
- if (argc != 2 || get_sha1
_hex
(argv[1], tree_sha1))
+ if (argc != 2 || get_sha1(argv[1], tree_sha1))
usage(diff_cache_usage);
mark_merge_entries();