fix: searching by Author & Committer does not work when the committer is different with author

This commit is contained in:
leo 2025-01-23 16:11:07 +08:00
parent 620f411e99
commit e242119a03
No known key found for this signature in database
13 changed files with 34 additions and 16 deletions

View file

@ -8,7 +8,8 @@ namespace SourceGit.Models
{
public enum CommitSearchMethod
{
ByUser,
ByAuthor,
ByCommitter,
ByMessage,
ByFile,
}