Skip to content

Commit 2f8ee02

Browse files
bebarinogitster
authored andcommitted
git-pack-objects.txt: fix grammatical errors
Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9ecd3ad commit 2f8ee02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-pack-objects.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ self-contained. Use `git index-pack --fix-thin`
190190
(see linkgit:git-index-pack[1]) to restore the self-contained property.
191191

192192
--delta-base-offset::
193-
A packed archive can express base object of a delta as
194-
either 20-byte object name or as an offset in the
195-
stream, but older version of git does not understand the
193+
A packed archive can express the base object of a delta as
194+
either a 20-byte object name or as an offset in the
195+
stream, but older versions of git don't understand the
196196
latter. By default, 'git pack-objects' only uses the
197197
former format for better compatibility. This option
198198
allows the command to use the latter format for

0 commit comments

Comments
 (0)