mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
refactor: re-write commit searching (part 2)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
231f3bf668
commit
ee7ccc0391
4 changed files with 73 additions and 74 deletions
|
@ -8,6 +8,7 @@ namespace SourceGit.Models
|
|||
{
|
||||
public enum CommitSearchMethod
|
||||
{
|
||||
BySHA = 0,
|
||||
ByAuthor,
|
||||
ByCommitter,
|
||||
ByMessage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue