feature: supports to copy selected folder path in changes and rename searching by file to searching by path (#1470)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2025-06-28 12:38:03 +08:00
parent 1acf2a14df
commit 133b69de4a
8 changed files with 85 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ namespace SourceGit.Models
ByAuthor,
ByCommitter,
ByMessage,
ByFile,
ByPath,
ByContent,
}