Changeset 295020 in webkit


Ignore:
Timestamp:
May 30, 2022 12:19:19 AM (2 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Kenneth Russell <kbr@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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/Scripts/update-angle

    r294872 r295020  
    132132    rm -rf .git
    133133    git add -A .
     134    # Undo the addition of commit-message.txt to make it easier for the user to remove.
     135    git restore --staged commit-message.txt
    134136    echo
    135137    echo "ANGLE update is now staged. Ready to commit and upload patch."
Note: See TracChangeset for help on using the changeset viewer.