[Webkit-unassigned] [Bug 230195] Provide a way to update the commit message with an updated list of changed files/functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 13 16:26:47 PDT 2021


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

--- Comment #6 from Hoa Dinh <dvh at apple.com> ---
I added that part:


-        my $date = changeLogDate(ChangeLogTimeZone);
-        print CHANGE_LOG normalizeLineEndings("$date  $name  <$emailAddress>\n\n", $endl);
+        if (!$onlyFiles) {
+            my $date = changeLogDate(ChangeLogTimeZone);
+            print CHANGE_LOG normalizeLineEndings("$date  $name  <$emailAddress>\n\n", $endl);
+        }

And also applied the suggestion for the help message.

-- 
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/20210913/c43455c8/attachment-0001.htm>


More information about the webkit-unassigned mailing list