Files
gastown/internal/doctor
valkyrie 0e19529186 fix(doctor): add 30s timeout to git pull in branch check
The Fix method in BranchCheck was calling git pull --rebase without
a timeout, which could hang indefinitely when network or authentication
issues occurred. Added a 30-second timeout using exec.CommandContext.

Fixes: gt-i5qb

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 14:17:51 -08:00
..