Re: [PATCH v2 0/5] mh: worktree-related doc fixes
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:05:52
Eric Sunshine [off-list ref] writes:
On Mon, Jul 20, 2015 at 11:31 AM, Michael Haggerty [off-list ref] wrote:quoted
On 07/19/2015 10:29 PM, Eric Sunshine wrote:quoted
This re-roll of Michael Haggerty's worktree-related documentation tweaks[1] takes my review comments into account and adds one new patch.Thanks for separating the wheat from the chaff. I'm still traveling, which I'll claim as an excuse for my poor responsiveness. All of your changes look good. I was wondering one thing: is there a value like "never" or "false" to which "gc.worktreepruneexpire" can be set to turn off pruning entirely? If so, it might be nice to mention it in the config manpage. Similarly for the other expiration grace time settings. But it's definitely not a blocker.I browsed the code for the various "expire" settings, and it appears that they all accept and respect "now" and "never", as well, so I'll put together a patch as suggested.
Sounds good; thanks.