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.
2 parents c93a364 + 98dead3 commit 95eaf5bCopy full SHA for 95eaf5b
src/git.rs
@@ -72,7 +72,7 @@ fn get_repo() -> anyhow::Result<RustcRepo> {
72
eprintln!("refreshing repository at {:?}", path);
73
// This uses the CLI because libgit2 is quite slow to fetch a large repository.
74
let status = std::process::Command::new("git")
75
- .arg("fetch")
+ .args(&["fetch", "--tags"])
76
.arg(&origin_remote)
77
.current_dir(path)
78
.status()
0 commit comments