Merge branch 'jt/push-negotiation-fixes' into maint
commit6d71443d8e6da9e3d412f91b5f5e9dd95a058ed1
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:36 +0000 (12 13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:36 +0000 (12 13:51 -0700)
tree6b6afb01982a2752d55a9e3b30d618d6fb829859
parent0a15e94e1065419da3ad1bab3b79501a90cf2777
parent82823118b9cd397d6b626cc86a0e555069ea8253
Merge branch 'jt/push-negotiation-fixes' into maint

Bugfix for common ancestor negotiation recently introduced in "git
push" codepath.

* jt/push-negotiation-fixes:
  fetch: die on invalid --negotiation-tip hash
  send-pack: fix push nego. when remote has refs
  send-pack: fix push.negotiate with remote helper
builtin/fetch.c
send-pack.c