Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Introduce "base_name_compare()" helper function
[gitweb.git]
/
read-tree.c
diff --git
a/read-tree.c
b/read-tree.c
index f6298e5c2178ee8e5f898ea769ae7108d1a7cfbd..c5f26d5f801504f24d734d8cd84d931769bf54c5 100644
(file)
--- a/
read-tree.c
+++ b/
read-tree.c
@@
-159,7
+159,7
@@
static void merge_stat_info(struct cache_entry **src, int nr)
}
}
-static char *read_tree_usage = "read-tree (<sha> | -m <sha1> [<sha2> <sha3>])";
+static char *read_tree_usage = "
git-
read-tree (<sha> | -m <sha1> [<sha2> <sha3>])";
int main(int argc, char **argv)
{