Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
i18n: branch: mark option description for translation
author
Vasco Almeida
<vascomalmeida@sapo.pt>
Thu, 15 Sep 2016 14:58:59 +0000
(14:58 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 15 Sep 2016 20:17:32 +0000
(13:17 -0700)
Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/branch.c
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
e3f54bf
)
diff --git
a/builtin/branch.c
b/builtin/branch.c
index 7df05437f11f76fb3a6c2c879fbb88fb63e71eac..d5d93a8c03fe42e6b682be4da14dd50f355de269 100644
(file)
--- a/
builtin/branch.c
+++ b/
builtin/branch.c
@@
-657,7
+657,7
@@
int cmd_branch(int argc, const char **argv, const char *prefix)
OPT_SET_INT( 0, "set-upstream", &track, N_("change upstream info"),
BRANCH_TRACK_OVERRIDE),
OPT_STRING('u', "set-upstream-to", &new_upstream, N_("upstream"), N_("change the upstream info")),
OPT_SET_INT( 0, "set-upstream", &track, N_("change upstream info"),
BRANCH_TRACK_OVERRIDE),
OPT_STRING('u', "set-upstream-to", &new_upstream, N_("upstream"), N_("change the upstream info")),
- OPT_BOOL(0, "unset-upstream", &unset_upstream,
"Unset the upstream info"
),
+ OPT_BOOL(0, "unset-upstream", &unset_upstream,
N_("Unset the upstream info")
),
OPT__COLOR(&branch_use_color, N_("use colored output")),
OPT_SET_INT('r', "remotes", &filter.kind, N_("act on remote-tracking branches"),
FILTER_REFS_REMOTES),
OPT__COLOR(&branch_use_color, N_("use colored output")),
OPT_SET_INT('r', "remotes", &filter.kind, N_("act on remote-tracking branches"),
FILTER_REFS_REMOTES),