Re: [PATCH v3 18/23] checkout: retire --to option

2015-07-08 Thread Junio C Hamano
Eric Sunshine writes: > ... as the series stands, the remaining ugly intimate knowledge > between git-worktree and git-checkout is behind-the-scenes and > localized (not affecting the user experience). Hopefully. Let's run with what we have right now. -- To unsubscribe from this list: send the

Re: [PATCH v3 18/23] checkout: retire --to option

2015-07-07 Thread Eric Sunshine
On Mon, Jul 6, 2015 at 3:41 PM, Junio C Hamano wrote: > Eric Sunshine writes: >> Now that "git worktree add" has achieved user-facing feature-parity with >> "git checkout --to", retire the latter. >> [...] >> This effectively reverts changes to checkout.c by 529fef2 (checkout: >> support checking

Re: [PATCH v3 18/23] checkout: retire --to option

2015-07-06 Thread Junio C Hamano
Eric Sunshine writes: > Now that "git worktree add" has achieved user-facing feature-parity with > "git checkout --to", retire the latter. > > Move the actual linked worktree creation functionality, > prepare_linked_checkout() and its helpers, verbatim from checkout.c to > worktree.c. > > This ef