summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4d5831)
raw | patch | inline | side by side (parent: e4d5831)
author | Nicolas Pitre <nico@cam.org> | |
Fri, 20 Apr 2007 02:16:53 +0000 (22:16 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 20 Apr 2007 03:38:00 +0000 (20:38 -0700) |
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-index-pack.txt | patch | blob | history | |
Documentation/git-pack-objects.txt | patch | blob | history |
index 2229ee86b72865c656112aae87b9593d199bc2b8..b7a49b9f58af24844e0eae486d1cfec72bc518c6 100644 (file)
message can later be searched for within all .keep files to
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
----
index fdc6f9728921e3bf71a57d441c99c8fb7d280803..d9e11c65344a52fd81023e26cc1535ac825106dd 100644 (file)
length, this option typically shrinks the resulting
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
------