[webkit-changes] [WebKit/WebKit] 61c514: [git-webkit] Downgrade mode when publishing tags
Jonathan Bedard
noreply at github.com
Wed Oct 4 12:25:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 61c514f848614c1b2bd7789b27f3c461718fd270
https://github.com/WebKit/WebKit/commit/61c514f848614c1b2bd7789b27f3c461718fd270
Author: Jonathan Bedard <jbedard at apple.com>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
M Tools/Scripts/libraries/webkitscmpy/setup.py
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/publish.py
Log Message:
-----------
[git-webkit] Downgrade mode when publishing tags
https://bugs.webkit.org/show_bug.cgi?id=262540
rdar://116401274
Reviewed by Dewei Zhu.
Tags should never be novel commits, so we should downgrade our pre-push
hook mode to forbid novel commits because this mode is considerably faster.
* Tools/Scripts/libraries/webkitscmpy/setup.py: Bump version.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: Ditto.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/publish.py:
(Publish.main):
Canonical link: https://commits.webkit.org/268863@main
More information about the webkit-changes
mailing list