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 patch --forward to skip already-applied hunks
XanMod already incorporates the zen patches, so applying them again
produces "already applied" hunks. patch --merge treated these as
conflicts and left markers in the tree. Switch to patch --forward
which exits 0 for already-applied hunks; only fail on genuine
rejects (.rej files).
0 commit comments