summaryrefslogtreecommitdiffstats
path: root/git-bundle.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-11 18:44:24 -0700
committerJunio C Hamano <gitster@pobox.com>2020-08-11 18:44:24 -0700
commitc425d1077dfcaf104b631e7c72aa6143d51104c5 (patch)
treeabeaf918c9e8a3656efa7943720c51a410dc592b /git-bundle.txt
parentc9dd64269982129782983d19cbdb9e71d23f6acb (diff)
downloadgit-htmldocs-c425d1077dfcaf104b631e7c72aa6143d51104c5.tar.gz
Autogenerated HTML docs for v2.28.0-202-g7814e8
Diffstat (limited to 'git-bundle.txt')
-rw-r--r--git-bundle.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-bundle.txt b/git-bundle.txt
index d34b0964b..53804cad4 100644
--- a/git-bundle.txt
+++ b/git-bundle.txt
@@ -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