Re: HEAD and namespaces

2019-05-21 Thread Jeff King
On Mon, May 20, 2019 at 07:59:03PM -0700, Bryan Turner wrote: > When using GIT_NAMESPACE, it appears the "symref" added to the > capabilities advertisement doesn't get the namespace stripped. The > namespace is stripped for the advertised refs, including "HEAD", but > not on the "symref". > > Laf

HEAD and namespaces

2019-05-20 Thread Bryan Turner
When using GIT_NAMESPACE, it appears the "symref" added to the capabilities advertisement doesn't get the namespace stripped. The namespace is stripped for the advertised refs, including "HEAD", but not on the "symref". Lafiel:test bturner$ GIT_NAMESPACE=foo GIT_TRACE_PACKET=1 git ls-remote origin