mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +00:00
enhance: fore invalidate measure after data context of BisectStateIndicator
changed
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
d44d2b9770
commit
91acf0a32a
2 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
using System.Collections.Generic;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SourceGit.Models
|
||||
{
|
||||
|
@ -9,6 +10,7 @@ namespace SourceGit.Models
|
|||
Detecting,
|
||||
}
|
||||
|
||||
[Flags]
|
||||
public enum BisectCommitFlag
|
||||
{
|
||||
None = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue