From 4c1be38b4a236403a329187acb70591a7fd92150 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 15 Sep 2011 17:09:41 -0700 Subject: [PATCH] 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 --- Documentation/gitnamespaces.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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= 'git upload-pack' +GIT_NAMESPACE= 'git receive-pack' + + DESCRIPTION ----------- -- 2.11.4.GIT