mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
enhance: skip auto fetching when index.lock
file exists in the repository's git dir
This commit is contained in:
parent
ba9c3058ed
commit
9c6745c271
2 changed files with 10 additions and 4 deletions
|
@ -271,7 +271,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
repo.Open();
|
||||
ActiveWorkspace.AddRepository(repo.FullPath);
|
||||
Models.AutoFetchManager.Instance.AddRepository(repo.FullPath);
|
||||
Models.AutoFetchManager.Instance.AddRepository(repo.FullPath, repo.GitDir);
|
||||
|
||||
if (page == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue