We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--git
git::Repository::get_head_commit_entry_data_by_path
git::Repository
git::Repository::shallow_clone_bare
resolve.rs
load_manifest_from_workspace
The text was updated successfully, but these errors were encountered:
Hmmm it seems like that if we use shallow_clone_bare when dealiing when user provided --git, then we won't be able to handle submodule...
shallow_clone_bare
And load_manifest_from_workspace would have to be way more complicated with a trait for virtual filesystem.
Given that it is unlikely for any repository to be as large as crates.io-registry, I think it's better left as-is.
Sorry, something went wrong.
No branches or pull requests
git::Repository::get_head_commit_entry_data_by_path
git::Repository
git::Repository::shallow_clone_bare
inresolve.rs
#L374 and modifyload_manifest_from_workspace
to support usegit::Repository
instead of worktree.The text was updated successfully, but these errors were encountered: