diff options
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 0f70cf6141..583d24fda4 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1229,8 +1229,7 @@ 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 +gc.worktreePruneExpire:: When 'git gc' is run, it calls 'git worktree prune --expire 3.months.ago'. This config variable can be used to set a different grace |