This adds test cases for the "-k" option of "git mv", including one known breakage reported by Matthieu Moy <Matthieu.Moy@xxxxxxx> which appears when multiple untracked files are specified as consecutive arguments. This breakage is fixed in the second patch and marked "expect_pass" in the last one. The cumulative code/other ratio is 1 line/27 lines which I blame solely on Dscho ;) Seriously, feel free to squash. But on the other hand: How else can I see the beautiful "1 known breakage fixed" other than by having 2 and 3 separate in this series... The patch is off master but builtin-mv.c hasn't changed since 81dc2307d0ad87a4da2e753a9d1b5586d6456eed tags/v1.6.0-rc1~1, so I suggest this patch for maint. Michael J Gruber (3): add test cases for "git mv -k" fix handling of multiple untracked files for git mv -k mark fixed breakage as expect pass for "git mv -k" multiple files builtin-mv.c | 1 + t/t7001-mv.sh | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 0 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html