mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00: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);
|
var watcher = Models.Watcher.Get(repo.Path);
|
||||||
watcher.BranchChanged += UpdateCommits;
|
watcher.BranchChanged += UpdateCommits;
|
||||||
|
watcher.TagChanged += UpdateCommits;
|
||||||
}
|
}
|
||||||
|
|
||||||
#region DATA
|
#region DATA
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue