Documentation/config: fix stale "git prune --worktree" reference
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 20 Jul 2015 05:29:20 +0000 (01:29 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Jul 2015 18:03:58 +0000 (11:03 -0700)
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@alum.mit.edu>
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
index 2700a1bb834050036d074c9f9b6058aa212344ee..b56c2eb2a800c7e36e188d1e5ebe0ed2a0c8933d 100644 (file)
@@ -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.