From: Michael Haggerty Date: Mon, 20 Jul 2015 05:29:20 +0000 (-0400) Subject: Documentation/config: fix stale "git prune --worktree" reference X-Git-Tag: v2.6.0-rc0~78^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fe819b4b73e82654f5827d208acfdeeb2a40b8ca?ds=inline;hp=--cc Documentation/config: fix stale "git prune --worktree" reference This should have been changed to "git worktree prune" by df0b6cf (worktree: new place for "git prune --worktrees", 2015-06-29) [es: reword commit message] Signed-off-by: Michael Haggerty Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano --- fe819b4b73e82654f5827d208acfdeeb2a40b8ca diff --git a/Documentation/config.txt b/Documentation/config.txt index 2700a1bb83..b56c2eb2a8 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.