mirror of
https://github.com/git/git.git
synced 2026-01-19 07:04:49 +00:00
Merge pull request #1909 from benpeart/free-fscache-after-status-gfw
status: disable and free fscache at the end of the status command
This commit is contained in:
@@ -1410,6 +1410,7 @@ int cmd_status(int argc, const char **argv, const char *prefix)
|
||||
s.prefix = prefix;
|
||||
|
||||
wt_status_print(&s);
|
||||
enable_fscache(0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user