refactor: re-write commit searching (part 2)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-03-12 11:05:19 +08:00
parent 231f3bf668
commit ee7ccc0391
No known key found for this signature in database
4 changed files with 73 additions and 74 deletions

View file

@ -8,6 +8,7 @@ namespace SourceGit.Models
{
public enum CommitSearchMethod
{
BySHA = 0,
ByAuthor,
ByCommitter,
ByMessage,