summaryrefslogtreecommitdiff
path: root/Documentation/git-index-pack.txt
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2007-04-20 02:16:53 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-04-20 03:38:00 (GMT)
commitbe18c1fe1291ed839aef817283a880e09e222be5 (patch)
tree129931c7e8f8adca13cca40d49a5d398a012de2e /Documentation/git-index-pack.txt
parente4d58311ba1a6cefa2ac5a3d95918af0d9b43588 (diff)
downloadgit-be18c1fe1291ed839aef817283a880e09e222be5.zip
git-be18c1fe1291ed839aef817283a880e09e222be5.tar.gz
git-be18c1fe1291ed839aef817283a880e09e222be5.tar.bz2
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>
Diffstat (limited to 'Documentation/git-index-pack.txt')
-rw-r--r--Documentation/git-index-pack.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-index-pack.txt b/Documentation/git-index-pack.txt
index 2229ee8..b7a49b9 100644
--- a/Documentation/git-index-pack.txt
+++ b/Documentation/git-index-pack.txt
@@ -68,6 +68,11 @@ OPTIONS
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
----