mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 02:40:24 +08:00
fix<Histories>: fix commits not updated when tags changed
This commit is contained in:
@@ -26,6 +26,7 @@ namespace SourceGit.Views.Widgets {
|
||||
|
||||
var watcher = Models.Watcher.Get(repo.Path);
|
||||
watcher.BranchChanged += UpdateCommits;
|
||||
watcher.TagChanged += UpdateCommits;
|
||||
}
|
||||
|
||||
#region DATA
|
||||
|
||||
Reference in New Issue
Block a user