Johannes Löthberg [off-list ref] writes:
Would it be acceptable to check against
../bare/refs/namespaces/new_namespace/HEAD and
../bare/refs/namespaces/new_namespace/refs/heads/master instead, until
rev-parse is thaught about namespaces?
Yes.
Because I do not immediately see any legitimate reason for the rest
of the system (including rev-parse) to ever start paying attention
to GIT_NAMESPACE, I think that is not even "instead, until" but is
the right solution.
Thanks.