mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
It commonly happens that git-fetch-pack and git-upload-pack hit a deadlock in the initial commit id exchange, such that both try to write to the other end, but do not succeed. I have the suspicion that the reason is that both ends fill the pipe, but don't read. Increasing the pipe buffer helps, but is this the real cure?