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

Commit d7e495b

Browse files
Restoring functionality to Repository
1 parent fd4a538 commit d7e495b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/GitHub.Api/Git/Repository.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ 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();
6166
}
6267

6368
public ITask SetupRemote(string remote, string remoteUrl)

0 commit comments

Comments
 (0)