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 69a0609 commit 8c1ad74Copy full SHA for 8c1ad74
src/info/git/mod.rs
@@ -106,6 +106,8 @@ pub fn traverse_commit_graph(
106
total_number_of_commits.store(count, Ordering::SeqCst);
107
has_commit_graph_traversal_ended.store(true, Ordering::SeqCst);
108
109
+ drop(churn_tx);
110
+
111
let (number_of_commits_by_file_path, churn_pool_size) =
112
churn_thread.join().expect("never panics")?;
113
0 commit comments