"...git@gitlab.nps.edu:Savage/NetworkedGraphicsMV3500.git" did not exist on "85bbc764f45194ec404e980ee59db5072aa39b1b"
-
Clement, Michael authored
Checks of fetch_in_progress and push_in_progress were unguarded, so possible for a race where two fetches/pushes/combo would happen at once, causing havoc. Added a lock to fix that.
Clement, Michael authoredChecks of fetch_in_progress and push_in_progress were unguarded, so possible for a race where two fetches/pushes/combo would happen at once, causing havoc. Added a lock to fix that.