]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'dl/push-missing-object-error' into jch
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2025 00:30:25 +0000 (17:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Aug 2025 00:30:25 +0000 (17:30 -0700)
commit6d7ebbcb71db2cb3a90a351c64adef3423c55c56
treedd18fed200794cca22df085fdcee0a2a65bf55ca
parentf690e9754977da746b6230e14a90c49a44b91d4c
parentdfbfc2221b851ff2d09029a6737c4ec3208cf316
Merge branch 'dl/push-missing-object-error' into jch

"git push" had a code path that led to BUG() but it should have
been a die(), as it is a response to a usual but invalid end-user
action to attempt pushing an object that does not exist.

* dl/push-missing-object-error:
  remote.c: convert if-else ladder to switch
  remote.c: remove BUG in show_push_unqualified_ref_name_error()
  t5516: remove surrounding empty lines in test bodies
remote.c
t/t5516-fetch-push.sh