Re: [PATCH 1/8] move worktree tests to t24*

2018-12-12 Thread Duy Nguyen
On Wed, Dec 12, 2018 at 2:27 PM Eric Sunshine wrote: > > On Tue, Dec 11, 2018 at 4:50 PM Thomas Gummerer wrote: > > On 12/10, Duy Nguyen wrote: > > > On Sun, Dec 9, 2018 at 9:04 PM Thomas Gummerer > > > wrote: > > > > Move the worktree tests to t24* to adhere to that guideline. We're > > > > go

Re: [PATCH 1/8] move worktree tests to t24*

2018-12-12 Thread Eric Sunshine
On Tue, Dec 11, 2018 at 4:50 PM Thomas Gummerer wrote: > On 12/10, Duy Nguyen wrote: > > On Sun, Dec 9, 2018 at 9:04 PM Thomas Gummerer wrote: > > > Move the worktree tests to t24* to adhere to that guideline. We're > > > going to make use of the free'd up numbers in a subsequent commit. > > > >

Re: [PATCH 1/8] move worktree tests to t24*

2018-12-11 Thread Thomas Gummerer
On 12/10, Duy Nguyen wrote: > On Sun, Dec 9, 2018 at 9:04 PM Thomas Gummerer wrote: > > > > The 'git worktree' command used to be just another mode in 'git > > checkout', namely 'git checkout --to'. When the tests for the latter > > were retrofitted for the former, the test name was adjusted, but

Re: [PATCH 1/8] move worktree tests to t24*

2018-12-10 Thread Duy Nguyen
On Sun, Dec 9, 2018 at 9:04 PM Thomas Gummerer wrote: > > The 'git worktree' command used to be just another mode in 'git > checkout', namely 'git checkout --to'. When the tests for the latter > were retrofitted for the former, the test name was adjusted, but the > test number was kept, even thou

Re: [PATCH 1/8] move worktree tests to t24*

2018-12-09 Thread Junio C Hamano
Thomas Gummerer writes: > The 'git worktree' command used to be just another mode in 'git > checkout', namely 'git checkout --to'. When the tests for the latter > were retrofitted for the former, the test name was adjusted, but the > test number was kept, even though the test is testing a differ

[PATCH 1/8] move worktree tests to t24*

2018-12-09 Thread Thomas Gummerer
The 'git worktree' command used to be just another mode in 'git checkout', namely 'git checkout --to'. When the tests for the latter were retrofitted for the former, the test name was adjusted, but the test number was kept, even though the test is testing a different command now. t/README states: