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

@ -495,6 +495,7 @@
<TextBlock Text="{DynamicResource Text.Repository.Search.ByCommitter}"/>
<TextBlock Text="{DynamicResource Text.Repository.Search.ByMessage}"/>
<TextBlock Text="{DynamicResource Text.Repository.Search.ByFile}"/>
<TextBlock Text="{DynamicResource Text.Repository.Search.ByContent}"/>
</ComboBox.Items>
</ComboBox>