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
Every invocation used to fetch notes, multiple times, from
https://github.com/gitgitgadget/git. This is undesirable, as it is
actually totally irrelevant for the tests what is stored in that
repository, the tests only want to verify that `git fetch` was invoked.
Let's avoid network accesses unless necessary.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments