From b07244f4c38326ed6da731aa0d4862905cd58daa Mon Sep 17 00:00:00 2001 From: Michael Haggerty Date: Mon, 20 Jul 2015 01:29:21 -0400 Subject: Documentation/git-worktree: wordsmith worktree-related manpages [es: reword .git/worktrees and .git/worktrees//locked descriptions] Signed-off-by: Michael Haggerty Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano --- Documentation/config.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Documentation/config.txt') diff --git a/Documentation/config.txt b/Documentation/config.txt index b56c2eb2a8..0f70cf6141 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1231,10 +1231,11 @@ gc.pruneexpire:: gc.pruneworktreesexpire:: When 'git gc' is run, it will call + When 'git gc' is run, it calls '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. + This config variable can be used to set a different grace + period. The value "now" may be used to disable the grace + period and prune $GIT_DIR/worktrees immediately. gc.reflogexpire:: gc..reflogexpire:: -- cgit v1.2.1