diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-01-28 23:42:10 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-28 23:42:10 -0800 |
commit | 8e7d1f6d0300b47770930b82a5fc20fec73727c4 (patch) | |
tree | d739f495926828e7b59a34c1eebbdff971adde84 /Documentation | |
parent | 20bd35c1103930e690362d0342cdc54c5a97e4b1 (diff) | |
parent | 8e8daf33632d14f01d342b4f89d8afceecdd606b (diff) | |
download | git-8e7d1f6d0300b47770930b82a5fc20fec73727c4.tar.gz |
Merge branch 'np/no-loosen-prune-expire-now' into maint
* 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 26551ea6e1..2ed868c81a 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 |