diff options
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 2700a1bb8..b56c2eb2a 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1231,7 +1231,7 @@ gc.pruneexpire:: gc.pruneworktreesexpire:: When 'git gc' is run, it will call - 'prune --worktrees --expire 3.months.ago'. + 'git worktree prune --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. |