Skip to content

Commit 4c1be38

Browse files
committed
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 <[email protected]> Reviewed-by: Jamey Sharp <[email protected]>
1 parent d49483f commit 4c1be38

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/gitnamespaces.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ NAME
55
----
66
gitnamespaces - Git namespaces
77

8+
SYNOPSIS
9+
--------
10+
[verse]
11+
GIT_NAMESPACE=<namespace> 'git upload-pack'
12+
GIT_NAMESPACE=<namespace> 'git receive-pack'
13+
14+
815
DESCRIPTION
916
-----------
1017

0 commit comments

Comments
 (0)