diff options
| author | Junio C Hamano <junkio@cox.net> | 2007-05-29 01:16:28 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2007-05-29 01:16:28 -0700 |
| commit | a77a33a51df9b7655d80299487ec6fbb10445496 (patch) | |
| tree | c3abb0c4e3163da11464d846b6b35d77d78c1431 /Documentation/git-pack-objects.txt | |
| parent | Merge branch 'np/delta' (diff) | |
| parent | Ensure git-repack -a -d --max-pack-size=N deletes correct packs (diff) | |
| download | git-a77a33a51df9b7655d80299487ec6fbb10445496.tar.gz git-a77a33a51df9b7655d80299487ec6fbb10445496.zip | |
Merge branch 'dh/repack' (early part)
* 'dh/repack' (early part):
Ensure git-repack -a -d --max-pack-size=N deletes correct packs
pack-objects: clarification & option checks for --max-pack-size
git-repack --max-pack-size: add option parsing to enable feature
git-repack --max-pack-size: split packs as asked by write_{object,one}()
git-repack --max-pack-size: write_{object,one}() respect pack limit
git-repack --max-pack-size: new file statics and code restructuring
Alter sha1close() 3rd argument to request flush only
Diffstat (limited to 'Documentation/git-pack-objects.txt')
| -rw-r--r-- | Documentation/git-pack-objects.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt index 2531238df4..cfe127ad9e 100644 --- a/Documentation/git-pack-objects.txt +++ b/Documentation/git-pack-objects.txt @@ -85,6 +85,11 @@ base-name:: times to get to the necessary object. The default value for --window is 10 and --depth is 50. +--max-pack-size=<n>:: + Maximum size of each output packfile, expressed in MiB. + If specified, multiple packfiles may be created. + The default is unlimited. + --incremental:: This flag causes an object already in a pack ignored even if it appears in the standard input. |
