summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-09-15 17:09:41 -0700
committerJunio C Hamano <gitster@pobox.com>2011-09-16 09:20:23 -0700
commit4c1be38b4a236403a329187acb70591a7fd92150 (patch)
treef83613462e75ffe113038af23b8a82ca41d55e12
parentd49483f0ca1be0994c4f20fe1804d36a28013676 (diff)
downloadgit-4c1be38b4a236403a329187acb70591a7fd92150.tar.gz
Documentation/gitnamespaces.txt: cater to older asciidoc
Older asciidoc (e.g. 8.2.5 on Centos 5.5) is unhappy if a manpage does not have a SYNOPSIS section. Show a sample (and a possibly bogus) command line of running two commands that pay attention to this environment variable with a customized value. Signed-off-by: Junio C Hamano <gitster@pobox.com> Reviewed-by: Jamey Sharp <jamey@minilop.net>
-rw-r--r--Documentation/gitnamespaces.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/gitnamespaces.txt b/Documentation/gitnamespaces.txt
index ed8924e856..c6713cf5d7 100644
--- a/Documentation/gitnamespaces.txt
+++ b/Documentation/gitnamespaces.txt
@@ -5,6 +5,13 @@ NAME
----
gitnamespaces - Git namespaces
+SYNOPSIS
+--------
+[verse]
+GIT_NAMESPACE=<namespace> 'git upload-pack'
+GIT_NAMESPACE=<namespace> 'git receive-pack'
+
+
DESCRIPTION
-----------