mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
feature: supports search commits by change content (#1263)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
9bde797b24
commit
fe677d40c1
6 changed files with 15 additions and 6 deletions
|
@ -13,6 +13,7 @@ namespace SourceGit.Models
|
|||
ByCommitter,
|
||||
ByMessage,
|
||||
ByFile,
|
||||
ByContent,
|
||||
}
|
||||
|
||||
public class Commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue