Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fsck-cache: sort entries by inode number
[gitweb.git]
/
convert-cache.c
diff --git
a/convert-cache.c
b/convert-cache.c
index 631d1aa910e7328c99642495f93908c749074f91..4d34d2d57ecda02aea70fab008fab32f5a4391b0 100644
(file)
--- a/
convert-cache.c
+++ b/
convert-cache.c
@@
-303,7
+303,7
@@
int main(int argc, char **argv)
unsigned char sha1[20];
struct entry *entry;
- if (argc != 2 || get_sha1
_hex
(argv[1], sha1))
+ if (argc != 2 || get_sha1(argv[1], sha1))
usage("convert-cache <sha1>");
entry = convert_entry(sha1);