mirror of
https://github.com/git/git.git
synced 2026-03-17 04:00:11 +01:00
Merge branch 'rs/name-rev-usage' into next
* rs/name-rev-usage: name-rev: split usage string
This commit is contained in:
@@ -172,7 +172,9 @@ 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] <commit>...",
|
||||
"git name-rev [options] --all",
|
||||
"git name-rev [options] --stdin",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user