Bug 242928
Summary: | git-webkit pr should update the user's prepare-commit-msg hook if it is outdated | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alan Coon <alancoon> |
Component: | Tools / Tests | Assignee: | Alan Coon <alancoon> |
Status: | RESOLVED WONTFIX | ||
Severity: | Enhancement | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Alan Coon
As a form of automatically deploying changes to the prepare-commit-msg hook, git-webkit pr should update the user's prepare-commit-msg hook if it is outdated.
This would remove the necessity of running git-webkit setup again to copy over new changes to the prepare-commit-msg hook.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/97292747>
Alan Coon
Inspired by changes to prepare-commit-msg in https://bugs.webkit.org/show_bug.cgi?id=242914.
Alan Coon
Pull request: https://github.com/WebKit/WebKit/pull/2575
Alan Coon
JonWBedard commented 3 days ago
I am a bit hesitant about this as an idea. One of the nice things about git-webkit pr not owning this is that if contributors want, they can modify their own prepare-commit-msg if they want to. I suppose that's a bit counter to the next design philosophy, which is: contributors have to periodically re-run git-webkit setup to get some features. That doesn't seem overly burdensome to me, although I'd like to hear other's input.
@alancoon
Member
Author
alancoon commented 1 minute ago
Deciding to close this because 1) what I hope to achieve through this PR can easily be achieved via other means of communication and 2) Jonathan's concern about custom prepare-commit-msg scripts.