Wiki sync: stop treating git's stderr as fatal #5

Merged
justin merged 1 commits from gitea-sync-fix into main 2026-05-08 11:21:08 -04:00

1 Commits

Author SHA1 Message Date
justin b8d124a2b2 Wiki sync: stop treating git's stderr as fatal
CI / build (pull_request) Has been cancelled
Mirror of github main + this script fix. PowerShell with
ErrorActionPreference=Stop was treating git's CRLF / 'remote: Processed N
references' stderr lines as script-fatal errors, aborting the sync
mid-flight. Switched to Continue + manual exit-code checks, drained stderr
on each git call, and disabled core.autocrlf in the throwaway clone.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 11:20:52 -04:00