Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-vcs/src/git.rs')
-rw-r--r--helix-vcs/src/git.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-vcs/src/git.rs b/helix-vcs/src/git.rs
index 189f6e22..0a156ad8 100644
--- a/helix-vcs/src/git.rs
+++ b/helix-vcs/src/git.rs
@@ -144,6 +144,7 @@ fn status(repo: &Repository, f: impl Fn(Result<FileChange>) -> bool) -> Result<(
copies: None,
percentage: Some(0.5),
limit: 1000,
+ ..Default::default()
}));
// No filtering based on path