Bug 241275
Summary: | sync-commits.py should force reset to FETCH_HEAD instead | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zhifei Fang <zhifei_fang> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, dewei_zhu, jbedard, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Zhifei Fang
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
<rdar://problem/94832695>