mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
fix<Repository>: filter not working
This commit is contained in:
parent
5781a22b4c
commit
98e65c0f11
4 changed files with 44 additions and 10 deletions
|
@ -2,5 +2,6 @@
|
|||
public class Tag {
|
||||
public string Name { get; set; }
|
||||
public string SHA { get; set; }
|
||||
public bool IsFiltered { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue