Skip to content

Commit 3a44db2

Browse files
committed
Merge branch 'dr/branch-usage-casefix'
Message fix. * dr/branch-usage-casefix: l10n: minor case fix in 'git branch' '--unset-upstream' description
2 parents 8bc481f + 11de8dd commit 3a44db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/branch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
624624
OPT_SET_INT_F(0, "set-upstream", &track, N_("do not use"),
625625
BRANCH_TRACK_OVERRIDE, PARSE_OPT_HIDDEN),
626626
OPT_STRING('u', "set-upstream-to", &new_upstream, N_("upstream"), N_("change the upstream info")),
627-
OPT_BOOL(0, "unset-upstream", &unset_upstream, N_("Unset the upstream info")),
627+
OPT_BOOL(0, "unset-upstream", &unset_upstream, N_("unset the upstream info")),
628628
OPT__COLOR(&branch_use_color, N_("use colored output")),
629629
OPT_SET_INT('r', "remotes", &filter.kind, N_("act on remote-tracking branches"),
630630
FILTER_REFS_REMOTES),

0 commit comments

Comments
 (0)