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
With the 'git' unstable feature, both `gitoxide` and `git2` will perform shallow fetches of the crate
1170
1170
index and git dependencies.
@@ -1185,7 +1185,7 @@ Valid operations are the following:
1185
1185
-`~/.cargo/git/db/*-shallow`
1186
1186
-`~/.cargo/git/checkouts/*-shallow`
1187
1187
* When the unstable feature is on, fetching/cloning a git repository is always a shallow fetch. This roughly equals to `git fetch --depth 1` everywhere.
1188
-
* Even with the presence of `Cargo.lock` or specifying a commit `{ rev = "…" }`, gitoxide is still smart enough to shallow fetch without unshallowing the existing repository. TODO: does this hold for libgit2?
1188
+
* Even with the presence of `Cargo.lock` or specifying a commit `{ rev = "…" }`, gitoxide and libgit2 are still smart enough to shallow fetch without unshallowing the existing repository.
0 commit comments