feature: supports search commits by change content (#1263)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-30 21:05:53 +08:00
parent 9bde797b24
commit fe677d40c1
No known key found for this signature in database
6 changed files with 15 additions and 6 deletions

View file

@ -13,6 +13,7 @@ namespace SourceGit.Models
ByCommitter,
ByMessage,
ByFile,
ByContent,
}
public class Commit