]> git.ipfire.org Git - thirdparty/git.git/commit - send-pack.c
send-pack/transport-helper: avoid mentioning a particular branch
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 24 Jun 2020 14:46:29 +0000 (14:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2020 16:14:21 +0000 (09:14 -0700)
commit4d04658d8b5c72d2ebbb3aec7b06228e2ae1d327
tree7f13e96cf5577016cd419927e7079a082460cd4a
parent489947cee5095b168cbac111ff7bd1eadbbd90dd
send-pack/transport-helper: avoid mentioning a particular branch

When trying to push all matching branches, but none match, we offer a
message suggesting to push the `master` branch.

However, we want to step away from making that branch any more special
than any other branch, so let's reword that message to mention no branch
in particular.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
send-pack.c
t/t5528-push-default.sh
transport-helper.c