]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/fetch-negotiate-segv-fix'
authorJunio C Hamano <gitster@pobox.com>
Sat, 17 Jul 2021 00:42:48 +0000 (17:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Jul 2021 00:42:48 +0000 (17:42 -0700)
Code recently added to support common ancestry negotiation during
"git push" did not sanity check its arguments carefully enough.

* ab/fetch-negotiate-segv-fix:
  fetch: fix segfault in --negotiate-only without --negotiation-tip=*
  fetch: document the --negotiate-only option
  send-pack.c: move "no refs in common" abort earlier

1  2 
builtin/fetch.c

diff --cc builtin/fetch.c
Simple merge