git-mv: follow -k request even on failing renames
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Sun, 27 Nov 2005 21:11:33 +0000 (22:11 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 27 Nov 2005 22:40:29 +0000 (14:40 -0800)
commit26169747b811b8ecd5693adfce4f5c7e322d2487
tree70268c3e2beb244d5b0ee52ffbf468fd7fdd933d
parentb933e818e951c290e8355ae544567bba949f392e
git-mv: follow -k request even on failing renames

-k requests to keep running on an error condition.
Previously, git-mv stopped on failing renames even with -k.

There are some error conditions which are not checked in the
first phase of git-mv, eg. 'permission denied'. Still, option
-k should work.

Signed-off-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-mv.perl