summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 109440c)
raw | patch | inline | side by side (parent: 109440c)
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>
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 |
index 505ac056e6586e0b4b19e5a8bbbb4bef86b6faf0..18330cdcd2cda94c9c16c02d70229fa16d4aeb33 100644 (file)
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...]