document --index-version for index-pack and pack-objects
Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
e4d58311ba
commit
be18c1fe12
@ -68,6 +68,11 @@ OPTIONS
|
|||||||
message can later be searched for within all .keep files to
|
message can later be searched for within all .keep files to
|
||||||
locate any which have outlived their usefulness.
|
locate any which have outlived their usefulness.
|
||||||
|
|
||||||
|
--index-version=<version>[,<offset>]::
|
||||||
|
This is intended to be used by the test suite only. It allows
|
||||||
|
to force the version for the generated pack index, and to force
|
||||||
|
64-bit index entries on objects located above the given offset.
|
||||||
|
|
||||||
|
|
||||||
Note
|
Note
|
||||||
----
|
----
|
||||||
|
@ -138,6 +138,11 @@ base-name::
|
|||||||
length, this option typically shrinks the resulting
|
length, this option typically shrinks the resulting
|
||||||
packfile by 3-5 per-cent.
|
packfile by 3-5 per-cent.
|
||||||
|
|
||||||
|
--index-version=<version>[,<offset>]::
|
||||||
|
This is intended to be used by the test suite only. It allows
|
||||||
|
to force the version for the generated pack index, and to force
|
||||||
|
64-bit index entries on objects located above the given offset.
|
||||||
|
|
||||||
|
|
||||||
Author
|
Author
|
||||||
------
|
------
|
||||||
|
Reference in New Issue
Block a user