From: Junio C Hamano Date: Fri, 16 Sep 2011 00:09:41 +0000 (-0700) Subject: Documentation/gitnamespaces.txt: cater to older asciidoc X-Git-Tag: v1.7.7~3^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4c1be38b4a236403a329187acb70591a7fd92150;p=git.git 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 Reviewed-by: Jamey Sharp --- diff --git a/Documentation/gitnamespaces.txt b/Documentation/gitnamespaces.txt index ed8924e85..c6713cf5d 100644 --- a/Documentation/gitnamespaces.txt +++ b/Documentation/gitnamespaces.txt @@ -5,6 +5,13 @@ NAME ---- gitnamespaces - Git namespaces +SYNOPSIS +-------- +[verse] +GIT_NAMESPACE= 'git upload-pack' +GIT_NAMESPACE= 'git receive-pack' + + DESCRIPTION -----------