mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-21 00:21:27 +00:00
The native Git runner SIGKILLed its child's process group after every command, including successful ones. Git spawns credential-cache--daemon into the same group, so each ls-remote or fetch destroyed the cache it had just warmed and every later command re-ran the full helper chain. Kill the group only on timeout, cancellation, or failure, and drop the redundant kill/wait on an already-reaped child. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apps | ||
| components | ||
| foundation | ||
| packages/fabro-api-client | ||