v0.9.2
Patch Changes
-
#165
3adf6adThanks @LiranCohen! - Fix push authentication deadlock when daemon is runningThe credential helper (
git-remote-did-credential) was opening the agent's
LevelDB stores directly, which deadlocked when the daemon (gitd serve)
already held the exclusive lock. The helper now calls the daemon's new
POST /auth/tokenendpoint to request credentials without touching LevelDB.Falls back to direct agent connection when no daemon is running.