Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-bundle.txt: fix synopsis
author
Gerrit Pape
<pape@smarden.org>
Tue, 27 May 2008 08:51:22 +0000
(08:51 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 28 May 2008 05:01:31 +0000
(22:01 -0700)
The <git-rev-list args> are mandatory to git bundle create, not
optional. The usage output of git bundle is already right on this.
Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bundle.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
109440c
)
diff --git
a/Documentation/git-bundle.txt
b/Documentation/git-bundle.txt
index 505ac056e6586e0b4b19e5a8bbbb4bef86b6faf0..18330cdcd2cda94c9c16c02d70229fa16d4aeb33 100644
(file)
--- a/
Documentation/git-bundle.txt
+++ b/
Documentation/git-bundle.txt
@@
-9,7
+9,7
@@
git-bundle - Move objects and refs by archive
SYNOPSIS
--------
[verse]
-'git-bundle' create <file>
[git-rev-list args]
+'git-bundle' create <file>
<git-rev-list args>
'git-bundle' verify <file>
'git-bundle' list-heads <file> [refname...]
'git-bundle' unbundle <file> [refname...]