mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 02:15:00 +00:00
Add sorting of Local Changes
This commit is contained in:
parent
e7a1492563
commit
72bc0c2a3f
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ namespace SourceGit.Commands
|
||||||
outs.Add(change);
|
outs.Add(change);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
outs.Sort((l, r) => string.Compare(l.Path, r.Path,
|
||||||
|
ViewModels.Preferences.Instance.GetPreferredListComparisonType()));
|
||||||
return outs;
|
return outs;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue