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
Based on the content of the uv-git crate, which doesn't use git2 at all, but instead shells out to git.
uv-git
git2
git
git fetch --tags --force --update-head-ok
reset --hard
submodule update --recursive --init
Those are not a requirement to get started with the migration to gitoxide though.
gitoxide
--filter=tree=0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Based on the content of the
uv-git
crate, which doesn't usegit2
at all, but instead shells out togit
.Features
git fetch --tags --force --update-head-ok
reset --hard
submodule update --recursive --init
Wanted features
Those are not a requirement to get started with the migration to
gitoxide
though.--filter=tree=0
support to not fetch blobs/fetch them later on demand (see this PR)The text was updated successfully, but these errors were encountered: