WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
220511
Use/recommend .git/hooks/prepare-commit-msg for commit message generation
https://bugs.webkit.org/show_bug.cgi?id=220511
Summary
Use/recommend .git/hooks/prepare-commit-msg for commit message generation
Sam Sneddon [:gsnedders]
Reported
2021-01-11 08:43:30 PST
Currently on the wiki (on
https://trac.webkit.org/wiki/UsingGitWithWebKit
) we recommend setting the core.editor config variable to generate commit messages. It would seem better to not override the editor configuration, but to instead use the hook that git provides for such tasks (prepare-commit-msg). We will need some level of complexity in the script to handle the different sources of commit message (i.e., the second argument to the hook).
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-01-18 08:44:15 PST
<
rdar://problem/73324563
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug