]> Kevux Git Server - rit/commit
Merge branch 'dl/push-missing-object-error'
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 Aug 2025 20:47:00 +0000 (13:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Aug 2025 20:47:00 +0000 (13:47 -0700)
commit3636c3a1d3f2dd6f47669051e42dd7950bce6af4
tree1777bbcab5429f2e3d49c25aaa79aa569b110c27
parent54fef16542ef1d83b4b99d9b5e9ffd19e1942517
parentdfbfc2221b851ff2d09029a6737c4ec3208cf316
Merge branch 'dl/push-missing-object-error'

"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