Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Support copy and rename detection in fast-export.
[gitweb.git]
/
builtin-name-rev.c
diff --git
a/builtin-name-rev.c
b/builtin-name-rev.c
index f153da012f4e89ff8744ede70911cd4690de79b2..85612c4dcb719b460623204046e35486e9d9fe97 100644
(file)
--- a/
builtin-name-rev.c
+++ b/
builtin-name-rev.c
@@
-172,7
+172,7
@@
static void show_name(const struct object *obj,
}
static char const * const name_rev_usage[] = {
- "git
-
name-rev [options] ( --all | --stdin | <commit>... )",
+ "git
name-rev [options] ( --all | --stdin | <commit>... )",
NULL
};