[Webkit-unassigned] [Bug 220511] New: Use/recommend .git/hooks/prepare-commit-msg for commit message generation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 08:43:30 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=220511

            Bug ID: 220511
           Summary: Use/recommend .git/hooks/prepare-commit-msg for commit
                    message generation
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gsnedders at apple.com
                CC: jbedard at apple.com

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).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210111/e145f241/attachment-0001.htm>


More information about the webkit-unassigned mailing list