X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-index-pack.txt;h=226926964e5f3e6620f20b23b74c0299a168d07f;hb=2555699aa2863861e32d222ede2c3df2dbf92088;hp=2229ee86b72865c656112aae87b9593d199bc2b8;hpb=ea44949605781d1947ba1422ee541867e7ce9b81;p=git.git diff --git a/Documentation/git-index-pack.txt b/Documentation/git-index-pack.txt index 2229ee86b..226926964 100644 --- a/Documentation/git-index-pack.txt +++ b/Documentation/git-index-pack.txt @@ -8,8 +8,10 @@ git-index-pack - Build pack index file for an existing packed archive SYNOPSIS -------- +[verse] 'git-index-pack' [-v] [-o ] -'git-index-pack' --stdin [--fix-thin] [--keep] [-v] [-o ] [] +'git-index-pack' --stdin [--fix-thin] [--keep] [-v] [-o ] + [] DESCRIPTION @@ -68,6 +70,11 @@ OPTIONS message can later be searched for within all .keep files to locate any which have outlived their usefulness. +--index-version=[,]:: + 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 ----