From: Junio C Hamano Date: Tue, 10 Dec 2019 21:11:41 +0000 (-0800) Subject: Merge branch 'po/bundle-doc-clonable' X-Git-Tag: v2.25.0-rc0~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c887142621106a303a321b51b1958112ed2bf24;p=thirdparty%2Fgit.git Merge branch 'po/bundle-doc-clonable' Doc update. * po/bundle-doc-clonable: Doc: Bundle file usage --- 7c887142621106a303a321b51b1958112ed2bf24 diff --cc Documentation/git-bundle.txt index ccada80a4a,545940022b..d34b0964be --- a/Documentation/git-bundle.txt +++ b/Documentation/git-bundle.txt @@@ -33,11 -36,9 +36,11 @@@ destination repository OPTIONS ------- -create :: +create [options] :: Used to create a bundle named 'file'. This requires the - 'git-rev-list-args' arguments to define the bundle contents. + '' arguments to define the bundle contents. + 'options' contains the options specific to the 'git bundle create' + subcommand. verify :: Used to check that a bundle file is valid and will apply