Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] git_mkstemp() fix
[gitweb.git]
/
ls-tree.c
diff --git
a/ls-tree.c
b/ls-tree.c
index 8d524b89a2a3cecf8d820ddc335e7159db5ccdb1..e198a20cb3dd88ae46da1aaf005846fe42843ea7 100644
(file)
--- a/
ls-tree.c
+++ b/
ls-tree.c
@@
-208,7
+208,7
@@
static int list(char **path)
return err;
}
-static const char
*ls_tree_usage
=
+static const char
ls_tree_usage[]
=
"git-ls-tree [-d] [-r] [-z] <tree-ish> [path...]";
int main(int argc, char **argv)