Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trouble with strip level with git patches #49

Open
Trophime opened this issue Feb 16, 2017 · 0 comments
Open

trouble with strip level with git patches #49

Trophime opened this issue Feb 16, 2017 · 0 comments

Comments

@Trophime
Copy link

Hi,
I have created patches using let's say git format-patch -1
To apply the patch using regular patch command line I apply: patch -p1 < patch

When trying to use instead patch.py I've tried
patch.py -p1 -- < patch
It fails

You have to apply: -p0 to get patch.py to work
This is very disturbing behaviour...
Would it be possible to use the same strip level as in regular patch

Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant