Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 995b8ae

Browse files
Removing calls to git commands on initialize
1 parent c55e2ba commit 995b8ae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/GitHub.Api/Git/Repository.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ public void Initialize(IRepositoryManager initRepositoryManager)
5858
repositoryManager.OnRemoteBranchAdded += RepositoryManager_OnRemoteBranchAdded;
5959
repositoryManager.OnRemoteBranchRemoved += RepositoryManager_OnRemoteBranchRemoved;
6060
repositoryManager.OnGitUserLoaded += user => User = user;
61-
62-
UpdateGitStatus();
63-
UpdateGitLog();
64-
65-
new ActionTask(CancellationToken.None, UpdateLocks) { Affinity = TaskAffinity.UI }.Start();
6661
}
6762

6863
public ITask SetupRemote(string remote, string remoteUrl)

0 commit comments

Comments
 (0)