Skip to content

Commit 4d1ae1a

Browse files
committed
Merge branch 'ab/unbundle-progress'
Doc clarification. * ab/unbundle-progress: git-bundle.txt: add missing words and punctuation
2 parents 2343b75 + a4dfb44 commit 4d1ae1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-bundle.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ using the `--thin` option to linkgit:git-pack-objects[1], and
5151
unbundled using the `--fix-thin` option to linkgit:git-index-pack[1].
5252

5353
There is no option to create a "thick pack" when using revision
54-
exclusions, users should not be concerned about the difference. By
55-
using "thin packs" bundles created using exclusions are smaller in
54+
exclusions, and users should not be concerned about the difference. By
55+
using "thin packs", bundles created using exclusions are smaller in
5656
size. That they're "thin" under the hood is merely noted here as a
57-
curiosity, and as a reference to other documentation
57+
curiosity, and as a reference to other documentation.
5858

5959
See link:technical/bundle-format.html[the `bundle-format`
6060
documentation] for more details and the discussion of "thin pack" in
@@ -144,7 +144,7 @@ unbundle <file>::
144144
SPECIFYING REFERENCES
145145
---------------------
146146

147-
Revisions must accompanied by reference names to be packaged in a
147+
Revisions must be accompanied by reference names to be packaged in a
148148
bundle.
149149

150150
More than one reference may be packaged, and more than one set of prerequisite objects can

0 commit comments

Comments
 (0)