Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mergetool: Don't error out in the merge case where the local file is …
…deleted If the file we are trying to merge resolve is in git-ls-files -u, then skip the file existence test. If the file isn't reported in git-ls-files, then check to see if the file exists or not to give an appropriate error message. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
- Loading branch information