Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-mv: keep git index consistent with file system on failed rename
When doing multiple renames, and a rename in the middle fails, git-mv did not store the successful renames in the git index; this is fixed by delaying the error message on a failed rename to after the git updating. Signed-off-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information