]> git.ipfire.org Git - thirdparty/git.git/commit
push: improve grammar of branch.autoSetupMerge advice
authorAlex Henrie <alexhenrie24@gmail.com>
Wed, 28 Sep 2022 05:58:11 +0000 (23:58 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Sep 2022 02:03:10 +0000 (19:03 -0700)
commit2a905f8fa8f9139b4883753a4982aaa833322266
tree858153b42e9d370b9a64a3658afd99e483777e53
parenta0feb8611d4c0b2b5d954efe4e98207f62223436
push: improve grammar of branch.autoSetupMerge advice

"upstream branches" is plural but "name" and "local branch" are
singular. Make them all singular. And because we're talking about a
hypothetical branch that doesn't exist yet, use the future tense.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/push.c