]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/push-negotiation-fixes'
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:40 +0000 (15:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:40 +0000 (15:32 -0700)
commit066f6cd44707ca2f8c3dc2a2ae02c2c9784903bf
treec999b2444dfcb545f683ce39e6d8d70beae882ea
parent6f64eeab605b82b187b2dd1fc72492f434bad603
parent82823118b9cd397d6b626cc86a0e555069ea8253
Merge branch 'jt/push-negotiation-fixes'

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

* 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