]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'po/bundle-doc-clonable'
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Dec 2019 21:11:41 +0000 (13:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Dec 2019 21:11:41 +0000 (13:11 -0800)
Doc update.

* po/bundle-doc-clonable:
  Doc: Bundle file usage

1  2 
Documentation/git-bundle.txt

index ccada80a4a4c9813804372b7b167f0015a7ec3a7,545940022b836586cdccc17388ef9e970eb4c8d8..d34b0964be17b88ae6798aed46ca518a97aceea1
@@@ -33,11 -36,9 +36,11 @@@ destination repository
  OPTIONS
  -------
  
 -create <file>::
 +create [options] <file> <git-rev-list-args>::
        Used to create a bundle named 'file'.  This requires the
-       'git-rev-list-args' arguments to define the bundle contents.
+       '<git-rev-list-args>' arguments to define the bundle contents.
 +      'options' contains the options specific to the 'git bundle create'
 +      subcommand.
  
  verify <file>::
        Used to check that a bundle file is valid and will apply