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 ffd4c5b commit 216969bCopy full SHA for 216969b
src/bootstrap/src/utils/build_stamp.rs
@@ -168,13 +168,15 @@ pub fn generate_smart_stamp_hash(
168
let diff = helpers::git(Some(dir))
169
.allow_failure()
170
.arg("diff")
171
+ .arg(".")
172
.run_capture_stdout(builder)
173
.stdout_if_ok()
174
.unwrap_or_default();
175
176
let status = helpers::git(Some(dir))
177
178
.arg("status")
179
180
.arg("--porcelain")
181
.arg("-z")
182
.arg("--untracked-files=normal")
0 commit comments