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:
Nicolas Pitre
2007-04-19 22:16:53 -04:00
committed by Junio C Hamano
parent e4d58311ba
commit be18c1fe12
2 changed files with 10 additions and 0 deletions

View File

@ -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
---- ----

View File

@ -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
------ ------