diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-01-13 23:09:24 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-13 23:09:24 -0800 |
commit | 08541563f468b41f08fe91854fc6530f075542d8 (patch) | |
tree | 80488388ae39d908d50c45b736b043e283266ec6 /Documentation | |
parent | f39adc250c3e554c437d027bbc06309a78fd026d (diff) | |
parent | 8e8daf33632d14f01d342b4f89d8afceecdd606b (diff) | |
download | git-08541563f468b41f08fe91854fc6530f075542d8.tar.gz git-08541563f468b41f08fe91854fc6530f075542d8.tar.xz |
Merge branch 'np/no-loosen-prune-expire-now'
* np/no-loosen-prune-expire-now:
objects to be pruned immediately don't have to be loosened
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 7408bb2d3..ea0cd97b0 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -702,7 +702,9 @@ gc.packrefs:: gc.pruneexpire:: When 'git-gc' is run, it will call 'prune --expire 2.weeks.ago'. - Override the grace period with this config variable. + Override the grace period with this config variable. The value + "now" may be used to disable this grace period and always prune + unreachable objects immediately. gc.reflogexpire:: 'git-reflog expire' removes reflog entries older than |