]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ka/want-ref-in-namespace'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 18:46:20 +0000 (11:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 18:46:20 +0000 (11:46 -0700)
"git upload-pack" which runs on the other side of "git fetch"
forgot to take the ref namespaces into account when handling
want-ref requests.

* ka/want-ref-in-namespace:
  docs: clarify the interaction of transfer.hideRefs and namespaces
  upload-pack.c: treat want-ref relative to namespace
  t5730: introduce fetch command helper


Trivial merge