]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitb2fc8226294e52c7f08533b202f2b90ce72b7eaf
tree49f3d074e3ef48dcdc288a4524d0fda003ec0dc5
parent368cab75c1e14c728b3767bad5ec6d46d6f29238
parenteff40457a4ab4887c677453d11774322a494a98c
Merge branch 'ab/fetch-negotiate-segv-fix'

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
builtin/fetch.c