Skip to content

Commit 2e6c1b5

Browse files
committed
Merge branch 'ah/branch-autosetupmerge-grammofix'
Fix grammar of a message introduced in previous round. * ah/branch-autosetupmerge-grammofix: push: improve grammar of branch.autoSetupMerge advice
2 parents 82d5a84 + 2a905f8 commit 2e6c1b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/push.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ static NORETURN void die_push_simple(struct branch *branch,
169169
if (git_branch_track != BRANCH_TRACK_SIMPLE)
170170
advice_automergesimple_maybe = _("\n"
171171
"To avoid automatically configuring "
172-
"upstream branches when their name\n"
173-
"doesn't match the local branch, see option "
172+
"an upstream branch when its name\n"
173+
"won't match the local branch, see option "
174174
"'simple' of branch.autoSetupMerge\n"
175175
"in 'git help config'.\n");
176176
die(_("The upstream branch of your current branch does not match\n"

0 commit comments

Comments
 (0)