From: Thomas Gummerer Date: Thu, 20 Dec 2018 13:48:13 +0000 (+0000) Subject: move worktree tests to t24* X-Git-Tag: v2.22.0-rc0~181^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a0cc58450a8ac81ba405f1e161599263d1678686?ds=sidebyside;hp=a0cc58450a8ac81ba405f1e161599263d1678686 move worktree tests to t24* 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: "Second digit tells the particular command we are testing.", so 'git worktree' should have a separate number just for itself. 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. Signed-off-by: Thomas Gummerer Signed-off-by: Junio C Hamano ---