diff options
author | Matthias Kestenholz <matthias@spinlock.ch> | 2007-05-18 15:39:33 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-18 21:47:40 -0700 |
commit | e448ff877b5bff0f2e6c5281652ed5183a41ed6c (patch) | |
tree | bfce405296fac3f7daef438fbef87bc972cfbdcd /Documentation/git-bundle.txt | |
parent | 6b68342edc392bb640b30c2115eb6585a3303e25 (diff) | |
download | git-e448ff877b5bff0f2e6c5281652ed5183a41ed6c.tar.gz |
Documentation: Added [verse] to SYNOPSIS where necessary
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-bundle.txt')
-rw-r--r-- | Documentation/git-bundle.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-bundle.txt b/Documentation/git-bundle.txt index 92e7a68722..5051e2bada 100644 --- a/Documentation/git-bundle.txt +++ b/Documentation/git-bundle.txt @@ -8,6 +8,7 @@ git-bundle - Move objects and refs by archive SYNOPSIS -------- +[verse] 'git-bundle' create <file> [git-rev-list args] 'git-bundle' verify <file> 'git-bundle' list-heads <file> [refname...] |