diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-09-26 10:50:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-26 10:50:08 -0700 |
commit | 614583fa233afd8f7fb8ed33aa409054ee21e1c4 (patch) | |
tree | 6e72024dc9776edee0ae3cbf17c41199e615d3d4 | |
parent | 85e9c7e1d42849c5c3084a9da748608468310c0e (diff) | |
parent | 4c1be38b4a236403a329187acb70591a7fd92150 (diff) | |
download | git-614583fa233afd8f7fb8ed33aa409054ee21e1c4.tar.gz |
Merge branch 'jc/namespace-doc-with-old-asciidoc'
* jc/namespace-doc-with-old-asciidoc:
Documentation/gitnamespaces.txt: cater to older asciidoc
-rw-r--r-- | Documentation/gitnamespaces.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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=<namespace> 'git upload-pack' +GIT_NAMESPACE=<namespace> 'git receive-pack' + + DESCRIPTION ----------- |