We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9990273 commit d6589d1Copy full SHA for d6589d1
builtin/show-branch.c
@@ -7,9 +7,9 @@
7
8
static const char* show_branch_usage[] = {
9
N_("git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n"
10
- " [--current] [--color[=<when>] | --no-color] [--sparse]\n"
11
- " [--more=<n> | --list | --independent | --merge-base]\n"
12
- " [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"),
+ " [--current] [--color[=<when>] | --no-color] [--sparse]\n"
+ " [--more=<n> | --list | --independent | --merge-base]\n"
+ " [--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"),
13
N_("git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"),
14
NULL
15
};
0 commit comments