]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-bundle.txt
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / Documentation / git-bundle.txt
index d34b0964be17b88ae6798aed46ca518a97aceea1..53804cad4b67fdc3898ff008d737517c4928e7da 100644 (file)
@@ -9,7 +9,8 @@ git-bundle - Move objects and refs by archive
 SYNOPSIS
 --------
 [verse]
-'git bundle' create [-q | --quiet | --progress | --all-progress] [--all-progress-implied] <file> <git-rev-list-args>
+'git bundle' create [-q | --quiet | --progress | --all-progress] [--all-progress-implied]
+                   [--version=<version>] <file> <git-rev-list-args>
 'git bundle' verify [-q | --quiet] <file>
 'git bundle' list-heads <file> [<refname>...]
 'git bundle' unbundle <file> [<refname>...]
@@ -102,6 +103,12 @@ unbundle <file>::
        is activated.  Unlike --all-progress this flag doesn't actually
        force any progress display by itself.
 
+--version=<version>::
+       Specify the bundle version.  Version 2 is the older format and can only be
+       used with SHA-1 repositories; the newer version 3 contains capabilities that
+       permit extensions. The default is the oldest supported format, based on the
+       hash algorithm in use.
+
 -q::
 --quiet::
        This flag makes the command not to report its progress