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 2270572 commit dca9fe0Copy full SHA for dca9fe0
src/bootstrap/src/utils/channel.rs
@@ -59,6 +59,7 @@ impl GitInfo {
59
}
60
61
// Ok, let's scrape some info
62
+ // We use the command's spawn API to execute these commands concurrently, which leads to performance improvements.
63
let mut git_log_cmd = helpers::git(Some(dir));
64
let ver_date = git_log_cmd
65
.arg("log")
0 commit comments