author | Michael J Gruber <git@drmicha.warpmail.net> | |
Wed, 14 Jan 2009 17:03:22 +0000 (18:03 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 14 Jan 2009 17:34:22 +0000 (09:34 -0800) | ||
commit | be17262d13f5f3df5ee9635b11dad180613e9cbd | |
tree | 34fb5f904503c7af364219ab030d5516262d0197 | tree | snapshot |
parent | 3772923f1429f2888074e698c36c071b864effe3 | commit | diff |
fix handling of multiple untracked files for git mv -k
The "-k" option to "git mv" should allow specifying multiple untracked
files. Currently, multiple untracked files raise an assertion if they
appear consecutively as arguments. Fix this by decrementing the loop
index after removing one entry from the array of arguments.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The "-k" option to "git mv" should allow specifying multiple untracked
files. Currently, multiple untracked files raise an assertion if they
appear consecutively as arguments. Fix this by decrementing the loop
index after removing one entry from the array of arguments.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-mv.c | diff | blob | history | |
t/t7001-mv.sh | diff | blob | history |