Skip to content

Commit 0088121

Browse files
committed
Update error message about removed -Zgitoxide aspects
1 parent 64716fe commit 0088121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ fn parse_gitoxide(
962962
"checkout" => *checkout = true,
963963
"internal-use-git2" => *internal_use_git2 = true,
964964
_ => {
965-
bail!("unstable 'gitoxide' only takes `fetch` and 'checkout' as valid inputs")
965+
bail!("unstable 'gitoxide' only takes `fetch` and 'checkout' as valid input, for shallow fetches see `-Zgit=shallow-index,shallow-deps`")
966966
}
967967
}
968968
}

0 commit comments

Comments
 (0)