Skip to content

Commit

Permalink
try speeding up status (see extrawurst#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan authored and MCord committed Jul 2, 2020
1 parent b0662d4 commit 694d04e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asyncgit/src/sync/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ pub fn get_status(
let statuses = repo.statuses(Some(
StatusOptions::default()
.show(status_type.into())
.update_index(true)
.include_untracked(include_untracked)
.renames_head_to_index(true)
.recurse_untracked_dirs(true),
Expand Down

0 comments on commit 694d04e

Please sign in to comment.