forked from packit/packit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patches: support git format-patch --no-prefix
some patches in dist-git are applied with -p0 which implies --no-prefix option for format-patch this commit enables that: packit is able generate a patch file with format-patch without leading a/ and b/ in the patch diff by default format-patch generates patches for -p1 application 🤦♂️ packit/dist-git-to-source-git#85 (comment) Signed-off-by: Tomas Tomecek <[email protected]>
- Loading branch information
1 parent
e7c970d
commit 777f971
Showing
3 changed files
with
139 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters