Merge branch 'jc/name-rev-stdin'
Finishing touches to an earlier "name-rev --annotate-stdin" series. * jc/name-rev-stdin: name-rev: replace --stdin with --annotate-stdin in synopsismaint
commit
294f296292
|
@ -473,7 +473,7 @@ static void show_name(const struct object *obj,
|
||||||
static char const * const name_rev_usage[] = {
|
static char const * const name_rev_usage[] = {
|
||||||
N_("git name-rev [<options>] <commit>..."),
|
N_("git name-rev [<options>] <commit>..."),
|
||||||
N_("git name-rev [<options>] --all"),
|
N_("git name-rev [<options>] --all"),
|
||||||
N_("git name-rev [<options>] --stdin"),
|
N_("git name-rev [<options>] --annotate-stdin"),
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue