Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-01-14 10:09:24 +0300
committerJunio C Hamano <gitster@pobox.com>2009-01-14 10:09:24 +0300
commit08541563f468b41f08fe91854fc6530f075542d8 (patch)
tree80488388ae39d908d50c45b736b043e283266ec6 /Documentation/config.txt
parentf39adc250c3e554c437d027bbc06309a78fd026d (diff)
parent8e8daf33632d14f01d342b4f89d8afceecdd606b (diff)
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/config.txt')
-rw-r--r--Documentation/config.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 7408bb2d34..ea0cd97b04 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