Thank you! You showed an example using -p0 option,
`patch -p0 -i edit_content.diff`
Can you show an option using -p1 option for when you receive a patch created without `--no-prefix`?
Also, if you use `git apply` and add --stat to the end of `git apply mypatch.diff --stat` you can see if the patch will affect any files or not.