commit | ce5b6d752bf4fdc72697ef85b3589983f52d7007 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Mar 27 18:00:03 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Mar 29 12:22:48 2007 -0400 |
tree | dfd384f1023e1b29335a8f3600ea545cdeefc2d8 | |
parent | 20fa04ea6bad985d74bd2c0180701f1c69272801 [diff] |
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>