Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
show-branch: fix indentation of usage string
author
Ralf Thielow
<ralf.thielow@gmail.com>
Tue, 20 Jan 2015 19:30:28 +0000
(20:30 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 21 Jan 2015 00:12:54 +0000
(16:12 -0800)
Noticed-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/show-branch.c
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
9990273
)
diff --git
a/builtin/show-branch.c
b/builtin/show-branch.c
index fee1ba17db730f60fbdccced80615f67dfed554c..9e00b130df95f5786b42a4d29798d11f673b695e 100644
(file)
--- a/
builtin/show-branch.c
+++ b/
builtin/show-branch.c
@@
-7,9
+7,9
@@
static const char* show_branch_usage[] = {
N_("git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n"
static const char* show_branch_usage[] = {
N_("git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order]\n"
- "
[--current] [--color[=<when>] | --no-color] [--sparse]\n"
- "
[--more=<n> | --list | --independent | --merge-base]\n"
- " [--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>)...]"),
N_("git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"),
NULL
};
N_("git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"),
NULL
};