You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(scripts): use sentinel file to detect per-attempt .rej files
patch --forward creates .rej files for reversed/already-applied hunks
even when it exits non-zero. Using -newer patch_path was unreliable
because the cached patch file is old. Use a mktemp sentinel created
immediately before each patch attempt so only rejects from that
specific attempt are detected. Also clean up .rej files on skip to
avoid false positives in subsequent patches.
0 commit comments