diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-04-03 12:38:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-03 12:38:47 -0700 |
commit | 8815d8aa7ccab3798fa5513821ab110c209b0ae7 (patch) | |
tree | 2f60257a462e3a3548a8363dd431b1b40ba8e856 /Documentation/config.txt | |
parent | 7b6bc4d8350029fed82824a33ea9039f22788eec (diff) | |
parent | 8640d496823b0aa1d35523b98d8b3f21b54004cd (diff) | |
download | git-8815d8aa7ccab3798fa5513821ab110c209b0ae7.tar.gz |
Merge branch 'nd/gc-aggressive'
Allow tweaking the maximum length of the delta-chain produced by
"gc --aggressive".
* nd/gc-aggressive:
environment.c: fix constness for odb_pack_keep()
gc --aggressive: make --depth configurable
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index c415aadbbc..84c7e3f11a 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1156,6 +1156,11 @@ filter.<driver>.smudge:: object to a worktree file upon checkout. See linkgit:gitattributes[5] for details. +gc.aggressiveDepth:: + The depth parameter used in the delta compression + algorithm used by 'git gc --aggressive'. This defaults + to 250. + gc.aggressiveWindow:: The window size parameter used in the delta compression algorithm used by 'git gc --aggressive'. This defaults |