Re: Concurrent fetch commands
From: Konstantin Tokarev <hidden>
Date: 2023-12-31 13:56:24
From: Konstantin Tokarev <hidden>
Date: 2023-12-31 13:56:24
В Sun, 31 Dec 2023 14:30:05 +0100 Stefan Haller [off-list ref] пишет:
Currently, git doesn't seem to be very good at handling two concurrent invocations of git fetch (or git fetch and git pull). This is a problem because it is common for git clients to run git fetch periodically in the background.
I think it's a really weird idea which makes a disservice both to human git users and git servers. IMO clients doing this should be fixed to avoid such behavior, at least by default.