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

Commit 85d93f0

Browse files
Merge pull request #482 from github-for-unity/fixes/git-log-update
Updating the git log when the head changes
2 parents 449ddc8 + b2a22d8 commit 85d93f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.Api/Git/RepositoryManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ private void UpdateHead()
348348
var head = repositoryPaths.DotGitHead.ReadAllLines().FirstOrDefault();
349349
Logger.Trace("UpdateHead: {0}", head ?? "[NULL]");
350350
UpdateCurrentBranchAndRemote(head);
351+
UpdateGitLog();
351352
}
352353

353354
private void UpdateCurrentBranchAndRemote(string head)

0 commit comments

Comments
 (0)