Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/maint-retval-fix' into maint
[gitweb.git]
/
builtin-name-rev.c
diff --git
a/builtin-name-rev.c
b/builtin-name-rev.c
index 5352bc87b9ab5177922039cfec48a2fda8bd50a6..08c8aabf9428447abad7def693d7b22c5330e180 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
};