We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64716fe commit 0088121Copy full SHA for 0088121
src/cargo/core/features.rs
@@ -962,7 +962,7 @@ fn parse_gitoxide(
962
"checkout" => *checkout = true,
963
"internal-use-git2" => *internal_use_git2 = true,
964
_ => {
965
- bail!("unstable 'gitoxide' only takes `fetch` and 'checkout' as valid inputs")
+ bail!("unstable 'gitoxide' only takes `fetch` and 'checkout' as valid input, for shallow fetches see `-Zgit=shallow-index,shallow-deps`")
966
}
967
968
0 commit comments