Skip to content

Commit

Permalink
Documentation/gitnamespaces.txt: cater to older asciidoc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Sep 16, 2011
1 parent d49483f commit 4c1be38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/gitnamespaces.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ NAME
----
gitnamespaces - Git namespaces

SYNOPSIS
--------
[verse]
GIT_NAMESPACE=<namespace> 'git upload-pack'
GIT_NAMESPACE=<namespace> 'git receive-pack'


DESCRIPTION
-----------

Expand Down

0 comments on commit 4c1be38

Please sign in to comment.