config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"
authorEric Sunshine <sunshine@sunshineco.com>
Mon, 20 Jul 2015 05:29:22 +0000 (01:29 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Jul 2015 18:09:06 +0000 (11:09 -0700)
As of df0b6cf (worktree: new place for "git prune --worktrees",
2015-06-29), linked worktree pruning functionality moved from
"git prune --worktrees" to "git worktree prune". Rename the
associated configuration variable accordingly.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found