Documentation/git-worktree: fix incorrect reference to file "locked"
[gitweb.git] / Documentation / config.txt
index e1623ec6d13b64e80263943d0ca037b8b20e7b4e..2700a1bb834050036d074c9f9b6058aa212344ee 100644 (file)
@@ -1229,6 +1229,13 @@ gc.pruneexpire::
        "now" may be used to disable this  grace period and always prune
        unreachable objects immediately.
 
+gc.pruneworktreesexpire::
+       When 'git gc' is run, it will call
+       'prune --worktrees --expire 3.months.ago'.
+       Override the grace period with this config variable. The value
+       "now" may be used to disable the grace period and prune
+       $GIT_DIR/worktrees immediately.
+
 gc.reflogexpire::
 gc.<pattern>.reflogexpire::
        'git reflog expire' removes reflog entries older than