mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
optimize<Histories>: only test LFS filter at window start up.
This commit is contained in:
parent
d5c744165f
commit
64ae26c170
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ namespace SourceGit.Views {
|
|||
public Histories(string repo, string file) {
|
||||
this.repo = repo;
|
||||
this.file = file;
|
||||
this.isLFSEnabled = new Commands.LFS(repo).IsEnabled();
|
||||
this.isLFSEnabled = new Commands.LFS(repo).IsFiltered(file);
|
||||
|
||||
InitializeComponent();
|
||||
|
||||
|
|
Loading…
Reference in a new issue