Ticket #51
GitHub Gorilla — switch to git ls-remote (no local write required)
closed
bug
normal
github_gorilla
2026-05-23T08:48:25Z
2026-05-23T08:48:25Z
Description
Replaced git fetch + git rev-list with git ls-remote. Old approach required writing to .git which fails on read-only mounts. ls-remote queries remote directly with no local state changes.
Ticket Events
-
CLOSE
—
Implemented and confirmed working — session 2026-05-23
2026-05-23T08:48:25Z
Add Comment