We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecd3ad commit 2f8ee02Copy full SHA for 2f8ee02
Documentation/git-pack-objects.txt
@@ -190,9 +190,9 @@ self-contained. Use `git index-pack --fix-thin`
190
(see linkgit:git-index-pack[1]) to restore the self-contained property.
191
192
--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
+ A packed archive can express the base object of a delta as
+ either a 20-byte object name or as an offset in the
+ stream, but older versions of git don't understand the
196
latter. By default, 'git pack-objects' only uses the
197
former format for better compatibility. This option
198
allows the command to use the latter format for
0 commit comments