mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-25 03:12:21 +08:00
refactor: commit search
* no longer depends on the commits displayed in histories view * limit the number of commits returned by all search methods to a maximum of 1000
This commit is contained in:
@@ -6,6 +6,13 @@ using Avalonia.Media;
|
||||
|
||||
namespace SourceGit.Models
|
||||
{
|
||||
public enum CommitSearchMethod
|
||||
{
|
||||
ByUser,
|
||||
ByMessage,
|
||||
ByFile,
|
||||
}
|
||||
|
||||
public class Commit
|
||||
{
|
||||
public static double OpacityForNotMerged
|
||||
|
||||
Reference in New Issue
Block a user