From: Michael Haggerty <mhagger@xxxxxxxxxxxx> 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 <mhagger@xxxxxxxxxxxx> Signed-off-by: Eric Sunshine <sunshine@xxxxxxxxxxxxxx> --- Documentation/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index 3e37b93..7f65dbb 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1293,7 +1293,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. -- 2.5.0.rc2.386.g87d813d -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html