You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #3591 - jtgeibel:git-tweaks, r=Turbo87
Log a message if the background worker resets HEAD
The first commit refactors some background job logic for the index repository.
The second commit logs a message if the background worker sees a different upstream `HEAD` than the currently expected commit. Background workers obtain a lock on the registry index so a reset should only occur if the last job modified the index but failed to push its commit, or the index was mutated externally (ex: to delete crates).
r? `@Turbo87`
0 commit comments