@@ -34,45 +34,45 @@ OPTIONS
3434-------
3535
3636create <file>::
37- Used to create a bundle named 'file'. This requires the
38- 'git-rev-list-args' arguments to define the bundle contents.
37+ Used to create a bundle named 'file'. This requires the
38+ 'git-rev-list-args' arguments to define the bundle contents.
3939
4040verify <file>::
41- Used to check that a bundle file is valid and will apply
42- cleanly to the current repository. This includes checks on the
43- bundle format itself as well as checking that the prerequisite
44- commits exist and are fully linked in the current repository.
45- 'git bundle' prints a list of missing commits, if any, and exits
46- with a non-zero status.
41+ Used to check that a bundle file is valid and will apply
42+ cleanly to the current repository. This includes checks on the
43+ bundle format itself as well as checking that the prerequisite
44+ commits exist and are fully linked in the current repository.
45+ 'git bundle' prints a list of missing commits, if any, and exits
46+ with a non-zero status.
4747
4848list-heads <file>::
49- Lists the references defined in the bundle. If followed by a
50- list of references, only references matching those given are
51- printed out.
49+ Lists the references defined in the bundle. If followed by a
50+ list of references, only references matching those given are
51+ printed out.
5252
5353unbundle <file>::
54- Passes the objects in the bundle to 'git index-pack'
55- for storage in the repository, then prints the names of all
56- defined references. If a list of references is given, only
57- references matching those in the list are printed. This command is
58- really plumbing, intended to be called only by 'git fetch'.
54+ Passes the objects in the bundle to 'git index-pack'
55+ for storage in the repository, then prints the names of all
56+ defined references. If a list of references is given, only
57+ references matching those in the list are printed. This command is
58+ really plumbing, intended to be called only by 'git fetch'.
5959
6060<git-rev-list-args>::
61- A list of arguments, acceptable to 'git rev-parse' and
62- 'git rev-list', that specifies the specific objects and references
63- to transport. For example, `master{tilde}10..master` causes the
64- current master reference to be packaged along with all objects
65- added since its 10th ancestor commit. There is no explicit
66- limit to the number of references and objects that may be
67- packaged.
61+ A list of arguments, acceptable to 'git rev-parse' and
62+ 'git rev-list', that specifies the specific objects and references
63+ to transport. For example, `master{tilde}10..master` causes the
64+ current master reference to be packaged along with all objects
65+ added since its 10th ancestor commit. There is no explicit
66+ limit to the number of references and objects that may be
67+ packaged.
6868
6969
7070[refname...]::
71- A list of references used to limit the references reported as
72- available. This is principally of use to 'git fetch', which
73- expects to receive only those references asked for and not
74- necessarily everything in the pack (in this case, 'git bundle' acts
75- like 'git fetch-pack').
71+ A list of references used to limit the references reported as
72+ available. This is principally of use to 'git fetch', which
73+ expects to receive only those references asked for and not
74+ necessarily everything in the pack (in this case, 'git bundle' acts
75+ like 'git fetch-pack').
7676
7777SPECIFYING REFERENCES
7878---------------------
0 commit comments