Skip to content

Commit 1884df1

Browse files
Michael J Grubergitster
authored andcommitted
git-bundle.txt: Clarify rev-list-args restrictions
Currently, one could think that 'git bundle create' groks any 'git rev-list' expression. But in fact it requires a named reference to be present. Try and make this clearer. Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net> Acked-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a619056 commit 1884df1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-bundle.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ unbundle <file>::
5959

6060
<git-rev-list-args>::
6161
A list of arguments, acceptable to 'git rev-parse' and
62-
'git rev-list', that specifies the specific objects and references
62+
'git rev-list' (and containg a named ref, see SPECIFYING REFERENCES
63+
below), that specifies the specific objects and references
6364
to transport. For example, `master{tilde}10..master` causes the
6465
current master reference to be packaged along with all objects
6566
added since its 10th ancestor commit. There is no explicit

0 commit comments

Comments
 (0)