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 exit status matching: replace loose HasPrefix with isExitStatus
helper that won't match "exit status 1" against "exit status 128"
- Fix opt.Args ordering in ShowRefVerify and DeleteTag: move before
--end-of-options so flag args work correctly
- Fix gitRun log capture: capture partial stdout on error instead of
logging empty output for failed commands
- Quote args with special characters in log output for readability
- Fix repo_pull_test: "bad_revision" causes exit 128, not exit 1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments