[Webkit-unassigned] [Bug 261097] prepare-commit-msg hook doesn't generate a changed file list with Windows Git
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 3 22:32:35 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=261097
--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Another workaround is modifying the following line in '.git/hooks/prepare-commit-msg'
> command = ['perl', os.path.join(SCRIPTS, 'prepare-ChangeLog'), '--no-write', '--only-files', '--delimiters', '--git-index']
with
> command = ['perl', '-I' + SCRIPTS, os.path.join(SCRIPTS, 'prepare-ChangeLog'), '--no-write', '--only-files', '--delimiters', '--git-index']
--
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/20230904/bf891974/attachment.htm>
More information about the webkit-unassigned
mailing list