diff options
author | Josh Triplett <josh@joshtriplett.org> | 2011-07-08 16:13:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-07-11 09:35:38 -0700 |
commit | 6b01ecfe22f0b6ccb9665cd8d85d78a381fecffc (patch) | |
tree | 19812469f136c477c63fa044ddd803e2ef3c856c /t/t5515/fetch.br-remote-glob_remote-glob | |
parent | ref namespaces: infrastructure (diff) | |
download | tgif-6b01ecfe22f0b6ccb9665cd8d85d78a381fecffc.tar.xz |
ref namespaces: Support remote repositories via upload-pack and receive-pack
Change upload-pack and receive-pack to use the namespace-prefixed refs
when working with the repository, and use the unprefixed refs when
talking to the client, maintaining the masquerade. This allows
clone, pull, fetch, and push to work with a suitably configured
GIT_NAMESPACE.
receive-pack advertises refs outside the current namespace as .have refs
(as it currently does for refs in alternates), so that the client can
use them to minimize data transfer but will otherwise ignore them.
With appropriate configuration, this also allows http-backend to expose
namespaces as multiple repositories with different paths. This only
requires setting GIT_NAMESPACE, which http-backend passes through to
upload-pack and receive-pack.
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5515/fetch.br-remote-glob_remote-glob')
0 files changed, 0 insertions, 0 deletions