git-am -p fails with new file
From: Pierre-Marc Fournier <hidden>
Date: 2016-06-15 22:47:05
From: Pierre-Marc Fournier <hidden>
Date: 2016-06-15 22:47:05
I have a patch generated with git format-patch. I am trying to apply it in a repository that contains only a subdirectory of the original repository. Therefore, I need to use git-am -p, which fails with the following message. fatal: git apply: bad git-diff - inconsistent new filename on line 33 Is there a code path missing in parse_git_header() to strip the directories as requested by -p? Please CC me. Thanks. pmf