Signed-off-by: jidanni <jidanni@xxxxxxxxxxx> --- See http://article.gmane.org/gmane.comp.version-control.git/103576 Documentation/git-bundle.txt | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Documentation/git-bundle.txt b/Documentation/git-bundle.txt index 1b66ab7..7c1e990 100644 --- a/Documentation/git-bundle.txt +++ b/Documentation/git-bundle.txt @@ -164,6 +164,13 @@ $ git pull bundle would treat it as if it is talking with a remote side over the network. +If a bundle requires no references, one may simply use: + +------------ +$ git init +$ git pull bundle.bdl master +------------ + Author ------ Written by Mark Levedahl <mdl123@xxxxxxxxxxx> -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html