aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-01-28 23:42:10 -0800
committerJunio C Hamano <gitster@pobox.com>2009-01-28 23:42:10 -0800
commit8e7d1f6d0300b47770930b82a5fc20fec73727c4 (patch)
treed739f495926828e7b59a34c1eebbdff971adde84 /Documentation
parent20bd35c1103930e690362d0342cdc54c5a97e4b1 (diff)
parent8e8daf33632d14f01d342b4f89d8afceecdd606b (diff)
downloadgit-8e7d1f6d0300b47770930b82a5fc20fec73727c4.tar.gz
git-8e7d1f6d0300b47770930b82a5fc20fec73727c4.tar.xz
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.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 26551ea6e..2ed868c81 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