I have a patch that gives out the following output when I try to apply it with git am
Checking patch old/filename...
error: old/filename: does not exist in index
Within the patch old/filename is actually moved to new/filename but it seems the original file is already missing from the source tree.
So what is the error about and how to solve / work-around it? Can it just be ignored (with --reject or so)?