mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
try speeding up status (see #156)
This commit is contained in:
parent
4a442f3829
commit
738cf3fab4
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue