mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
fix: sometimes tags did not update after deleting selected tag (#908)
This commit is contained in:
parent
53ec53a6ee
commit
8a472cb472
3 changed files with 23 additions and 1 deletions
|
@ -72,6 +72,11 @@ namespace SourceGit.Models
|
|||
_updateBranch = DateTime.Now.ToFileTime() - 1;
|
||||
}
|
||||
|
||||
public void MarkTagDirtyManually()
|
||||
{
|
||||
_updateTags = DateTime.Now.ToFileTime() - 1;
|
||||
}
|
||||
|
||||
public void MarkWorkingCopyDirtyManually()
|
||||
{
|
||||
_updateWC = DateTime.Now.ToFileTime() - 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue