Skip to content

Commit

Permalink
optimize startup times of gix index entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 17, 2023
1 parent a2f1879 commit 22477bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plumbing/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ pub fn main() -> Result<()> {
},
),
free::index::Subcommands::Info { no_details } => prepare_and_run(
"index-entries",
"index-info",
trace,
verbose,
progress,
Expand Down Expand Up @@ -1126,7 +1126,7 @@ pub fn main() -> Result<()> {
None,
move |_progress, out, err| {
core::repository::index::entries(
repository(Mode::LenientWithGitInstallConfig)?,
repository(Mode::Lenient)?,
pathspec,
out,
err,
Expand Down

0 comments on commit 22477bd

Please sign in to comment.