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] Include commit messages in patches
https://bugs.webkit.org/show_bug.cgi?id=240256 <rdar://92982358> Rubber-stamped by Aakash Jain. * Scripts/webkitpy/common/checkout/checkout.py: (Checkout.commit_message_for_this_commit): If no changelogs are modified, prefer the commit message. * Scripts/webkitpy/common/checkout/diff_parser.py: (DiffParser._parse_into_diff_files): Ignore commit message headers. * Scripts/webkitpy/common/checkout/scm/git.py: (Git.create_patch): Prefer `git format-patch` when local commits are available. (Git.rev_parse): Determine hash for ref. (Git.format_patch): Deleted. (Git.request_pull): Deleted. * Scripts/webkitpy/tool/steps/abstractstep.py: (AbstractStep): Keep record of local commit. * Scripts/webkitpy/tool/steps/editchangelog.py: (EditChangeLog.run): Do not edit changelog if no changelog is present. * Scripts/webkitpy/tool/steps/preparechangelog.py: (PrepareChangeLog.run): Do not prepare changelog if local commit is present. Canonical link: https://commits.webkit.org/250550@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294183 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
59 additions
and 20 deletions.
- +25 −0 Tools/ChangeLog
- +5 −0 Tools/Scripts/webkitpy/common/checkout/checkout.py
- +4 −1 Tools/Scripts/webkitpy/common/checkout/diff_parser.py
- +16 −16 Tools/Scripts/webkitpy/common/checkout/scm/git.py
- +2 −0 Tools/Scripts/webkitpy/tool/steps/abstractstep.py
- +4 −2 Tools/Scripts/webkitpy/tool/steps/editchangelog.py
- +3 −1 Tools/Scripts/webkitpy/tool/steps/preparechangelog.py
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
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
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