Skip to content

Commit bdb7901

Browse files
initialize ignore-git to false
1 parent 5e472c2 commit bdb7901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ impl Config {
296296
config.rust_codegen_units = 1;
297297
config.channel = "dev".to_string();
298298
config.codegen_tests = true;
299-
config.ignore_git = true;
299+
config.ignore_git = false;
300300
config.rust_dist_src = true;
301301

302302
config.on_fail = flags.on_fail;

0 commit comments

Comments
 (0)