]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/proto-v2-ref-prefix-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2022 23:09:47 +0000 (16:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2022 23:09:47 +0000 (16:09 -0700)
commitca20a44bc5dbed583b355c4a9a3c9ebf901a883d
treeeb130f154a99f02ddccdfb167dc921dd2b174e8e
parentb7f39a3fe6c5e81680594975914106650136eb0b
parent49ca2fba393fa277ab70253337c53c7831597c3a
Merge branch 'jk/proto-v2-ref-prefix-fix'

"git fetch" over protocol v2 sent an incorrect ref prefix request
to the server and made "git pull" with configured fetch refspec
that does not cover the remote branch to merge with fail, which has
been corrected.

* jk/proto-v2-ref-prefix-fix:
  fetch: add branch.*.merge to default ref-prefix extension
  fetch: stop checking for NULL transport->remote in do_fetch()
builtin/fetch.c