mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
feature: add Preferred Merge Mode
in repository configure (#1156)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
ad9021e892
commit
3049730dd5
7 changed files with 73 additions and 10 deletions
|
@ -224,6 +224,12 @@ namespace SourceGit.Models
|
|||
set;
|
||||
} = [];
|
||||
|
||||
public int PreferredMergeMode
|
||||
{
|
||||
get;
|
||||
set;
|
||||
} = 0;
|
||||
|
||||
public Dictionary<string, FilterMode> CollectHistoriesFilters()
|
||||
{
|
||||
var map = new Dictionary<string, FilterMode>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue