Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] create subdirs for symlinks
[gitweb.git]
/
ls-tree.c
diff --git
a/ls-tree.c
b/ls-tree.c
index d2ab02e3484efaf851c50574e603c785d713bc87..339ac36a4cad45acd5d6769bed6c8b01c5da453a 100644
(file)
--- a/
ls-tree.c
+++ b/
ls-tree.c
@@
-102,7
+102,7
@@
int main(int argc, char **argv)
if (argc != 2)
usage(ls_tree_usage);
- if (get_sha1
_hex
(argv[1], sha1) < 0)
+ if (get_sha1(argv[1], sha1) < 0)
usage(ls_tree_usage);
sha1_file_directory = getenv(DB_ENVIRONMENT);
if (!sha1_file_directory)