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
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
checkoutChangeSubmodule calls to submodule's update operation, which ends up calling a fetch.
This is called from Worktree.Reset, which is called by Worktree.Checkout.
Both Checkout and Reset are local operations that do not do any networking.
checkoutChangeSubmodule
calls to submodule's update operation, which ends up calling a fetch.This is called from
Worktree.Reset
, which is called byWorktree.Checkout
.Both Checkout and Reset are local operations that do not do any networking.
This was uncovered by this: https://travis-ci.org/src-d/go-git/jobs/240748439
The text was updated successfully, but these errors were encountered: