From 1884df1aad3d1745bb3abcd6a717ab3d41623779 Mon Sep 17 00:00:00 2001 From: Michael J Gruber Date: Mon, 23 Aug 2010 11:02:39 +0200 Subject: 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 Acked-by: Thomas Rast Signed-off-by: Junio C Hamano --- Documentation/git-bundle.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Documentation/git-bundle.txt') diff --git a/Documentation/git-bundle.txt b/Documentation/git-bundle.txt index 3cdbc72767..38e59afb34 100644 --- a/Documentation/git-bundle.txt +++ b/Documentation/git-bundle.txt @@ -59,7 +59,8 @@ unbundle :: :: A list of arguments, acceptable to 'git rev-parse' and - 'git rev-list', that specifies the specific objects and references + 'git rev-list' (and containg a named ref, see SPECIFYING REFERENCES + below), that specifies the specific objects and references to transport. For example, `master{tilde}10..master` causes the current master reference to be packaged along with all objects added since its 10th ancestor commit. There is no explicit -- cgit v1.2.3