fix<Histories>: fix commits not updated when tags changed

This commit is contained in:
leo 2021-04-30 11:44:40 +08:00
parent 402b7ce08e
commit 002436f8f2

View file

@ -26,6 +26,7 @@ namespace SourceGit.Views.Widgets {
var watcher = Models.Watcher.Get(repo.Path); var watcher = Models.Watcher.Get(repo.Path);
watcher.BranchChanged += UpdateCommits; watcher.BranchChanged += UpdateCommits;
watcher.TagChanged += UpdateCommits;
} }
#region DATA #region DATA