Merge branch 'ka/want-ref-in-namespace'
commit1ab13eb973fce31026165391900562be940e0f34
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 18:46:20 +0000 (10 11:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 18:46:20 +0000 (10 11:46 -0700)
tree4166e3ef80390deec04e716e0966d0ddb0f7caa3
parent173368d73da792663358dea5b878cc822511001e
parent53a66ec37cfd8fc9f9357f201ae16ae3e8795606
Merge branch 'ka/want-ref-in-namespace'

"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