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: Simplify return types from Result<Option<String>> to Result<String>
The git_repo_base_ref and find_merge_base_ref functions never return Ok(None),
so simplified return types and removed unreachable code paths.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments