mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
fix<Histories>: fix commits not updated when tags changed
This commit is contained in:
parent
402b7ce08e
commit
002436f8f2
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ namespace SourceGit.Views.Widgets {
|
|||
|
||||
var watcher = Models.Watcher.Get(repo.Path);
|
||||
watcher.BranchChanged += UpdateCommits;
|
||||
watcher.TagChanged += UpdateCommits;
|
||||
}
|
||||
|
||||
#region DATA
|
||||
|
|
Loading…
Reference in a new issue