WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
241275
sync-commits.py should force reset to FETCH_HEAD instead
https://bugs.webkit.org/show_bug.cgi?id=241275
Summary
sync-commits.py should force reset to FETCH_HEAD instead
Zhifei Fang
Reported
2022-06-03 12:31:01 PDT
Currently this script is using git pull for syncing remote, it will be break when there is a bad commit or git history rewrite. Use git fetch origin main first then git reset --hard FETCH_HEAD to make sure we ignore those bad commits.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-06-10 12:31:13 PDT
<
rdar://problem/94832695
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug