Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[webkit-patch] Format patch without version signature
https://bugs.webkit.org/show_bug.cgi?id=240516 Reviewed by Jonathan Bedard. By default 'git-format-patch' adds a signature at the bottom of a diff patch with Git version number, which the DiffParser wrongly interprets as a patch chunk. * Tools/Scripts/webkitpy/common/checkout/scm/git.py: Use knob '--no-signature' to emit patch without signature. Canonical link: https://commits.webkit.org/251476@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295471 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information