Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> --- Documentation/git-pack-objects.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt index d94edcd..bb27fac 100644 --- a/Documentation/git-pack-objects.txt +++ b/Documentation/git-pack-objects.txt @@ -220,6 +220,10 @@ So does `git bundle` (see linkgit:git-bundle[1]) when it creates a bundle. to force the version for the generated pack index, and to force 64-bit index entries on objects located above the given offset. +--version=<version>:: + Force the version for the generated pack, Valid values are 2, + 3 and 4. Default is 2. + --keep-true-parents:: With this option, parents that are hidden by grafts are packed nevertheless. -- 1.8.2.83.gc99314b -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html