Code

Documentation/gitnamespaces.txt: cater to older asciidoc
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Sep 2011 00:09:41 +0000 (17:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Sep 2011 16:20:23 +0000 (09:20 -0700)
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>
Documentation/gitnamespaces.txt

index ed8924e856ee0c6cc707135555df0d265dabccc7..c6713cf5d77b5b46f576bfb41e6c0565c4afa088 100644 (file)
@@ -5,6 +5,13 @@ NAME
 ----
 gitnamespaces - Git namespaces
 
+SYNOPSIS
+--------
+[verse]
+GIT_NAMESPACE=<namespace> 'git upload-pack'
+GIT_NAMESPACE=<namespace> 'git receive-pack'
+
+
 DESCRIPTION
 -----------