Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Fix race condition when fetching from and deleting a temporary remote #1250
Conversation
|
Looks good to me! All PR's I viewed with error before are now appearing just fine. I tested PR's in the gitcoin and github repositories. |
3f8e31d
into
master
This fixes an issue where a remote was sometimes deleted before a PR had finnished being fetched from it. It failed a lot on large repos but seemed to work on smaller ones.
This issue can be easily reproduced as follows:
git clone https://github.com/bitcoin/bitcoin.gitFile > Open > Folder...and select thebitcoinfolder.GitHubpane (viaTeam Explorer > Pull Requests).BTW,
bitcoin/bitcoinis a good test for a repo with a whole bunch of PRs.Fixes #1249