mergetool: Don't error out in the merge case where the local file is deleted
commitce5b6d752bf4fdc72697ef85b3589983f52d7007
authorTheodore Ts'o <tytso@mit.edu>
Tue, 27 Mar 2007 22:00:03 +0000 (27 18:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 29 Mar 2007 16:22:48 +0000 (29 12:22 -0400)
treedfd384f1023e1b29335a8f3600ea545cdeefc2d8
parent20fa04ea6bad985d74bd2c0180701f1c69272801
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>
git-mergetool.sh