Title: [295020] trunk/Tools/Scripts/update-angle
Revision
295020
Author
commit-qu...@webkit.org
Date
2022-05-30 00:19:19 -0700 (Mon, 30 May 2022)

Log Message

Avoid staging autogenerated commit-message.txt
https://bugs.webkit.org/show_bug.cgi?id=240967

Patch by Kenneth Russell <k...@chromium.org> on 2022-05-29
Unstage the autogenerated commit-message.txt before exiting the
update-angle script to make it easier for the user to remove.

Reviewed by Kimmo Kinnunen.

* Source/ThirdParty/ANGLE/commit-message.txt: Added.
* Tools/Scripts/update-angle:

Canonical link: https://commits.webkit.org/251115@main

Modified Paths

Diff

Modified: trunk/Tools/Scripts/update-angle (295019 => 295020)


--- trunk/Tools/Scripts/update-angle	2022-05-29 19:56:25 UTC (rev 295019)
+++ trunk/Tools/Scripts/update-angle	2022-05-30 07:19:19 UTC (rev 295020)
@@ -131,6 +131,8 @@
     echo "Removing temporary git repository from Source/ThirdParty/ANGLE"
     rm -rf .git
     git add -A .
+    # Undo the addition of commit-message.txt to make it easier for the user to remove.
+    git restore --staged commit-message.txt
     echo
     echo "ANGLE update is now staged. Ready to commit and upload patch."
     exit 0
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to