Merge branch 'ka/want-ref-in-namespace' into maint
commit0a5af02acb4ae8758ff13459c9362789178714f1
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:42 +0000 (12 13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:42 +0000 (12 13:51 -0700)
treeff67dd053774d699e514cdeeae97ded14c70f0c2
parent69247e283c550b4b0e6cb75a457b49e266cede60
parent53a66ec37cfd8fc9f9357f201ae16ae3e8795606
Merge branch 'ka/want-ref-in-namespace' into maint

"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