ref namespaces: documentation
commitd49483f0ca1be0994c4f20fe1804d36a28013676
authorJosh Triplett <josh@joshtriplett.org>
Fri, 8 Jul 2011 23:14:10 +0000 (8 16:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jul 2011 16:35:46 +0000 (11 09:35 -0700)
tree8a9638b50df38102f794c07fabc7869f40ab0114
parent6b01ecfe22f0b6ccb9665cd8d85d78a381fecffc
ref namespaces: documentation

Document the namespace mechanism in a new gitnamespaces(7) page.
Reference it from receive-pack and upload-pack.

Document the new --namespace option and GIT_NAMESPACE environment
variable in git(1), and reference gitnamespaces(7).

Add a sample Apache configuration to http-backend(1) to support
namespaced repositories, and reference gitnamespaces(7).

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>
Documentation/Makefile
Documentation/git-http-backend.txt
Documentation/git-receive-pack.txt
Documentation/git-upload-pack.txt
Documentation/git.txt
Documentation/gitnamespaces.txt [new file with mode: 0644]
contrib/completion/git-completion.bash