]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-pack-objects.txt
http-walker: cleanup more thoroughly
[git.git] / Documentation / git-pack-objects.txt
index 097a14773b99badc740f4c909871e72de01db6b5..ffd5025f7bdf68b8285f2c98c2c1b37c551e2cb4 100644 (file)
@@ -105,8 +105,9 @@ base-name::
        `--window-memory=0` makes memory usage unlimited, which is the
        default.
 
---max-pack-size=<n>::
-       Maximum size of each output packfile, expressed in MiB.
+--max-pack-size=[N]::
+       Maximum size of each output pack file. The size can be suffixed with
+       "k", "m", or "g". The minimum size allowed is limited to 1 MiB.
        If specified,  multiple packfiles may be created.
        The default is unlimited, unless the config variable
        `pack.packSizeLimit` is set.