mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 19:32:03 +08:00
feature: add a button to switch tag sort method (creatordate/name asc/name des) (#865)
This commit is contained in:
@@ -38,6 +38,12 @@ namespace SourceGit.Models
|
||||
set;
|
||||
} = false;
|
||||
|
||||
public TagSortMode TagSortMode
|
||||
{
|
||||
get;
|
||||
set;
|
||||
} = TagSortMode.CreatorDate;
|
||||
|
||||
public bool IncludeUntrackedInLocalChanges
|
||||
{
|
||||
get;
|
||||
|
||||
Reference in New Issue
Block a user