mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
fix: searching by Author & Committer
does not work when the committer is different with author
This commit is contained in:
parent
620f411e99
commit
e242119a03
13 changed files with 34 additions and 16 deletions
|
@ -8,7 +8,8 @@ namespace SourceGit.Models
|
|||
{
|
||||
public enum CommitSearchMethod
|
||||
{
|
||||
ByUser,
|
||||
ByAuthor,
|
||||
ByCommitter,
|
||||
ByMessage,
|
||||
ByFile,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue