We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SearchChangeFilter
Dir Histories
1 parent 4c4705a commit a7fc8efCopy full SHA for a7fc8ef
src/ViewModels/DirHistories.cs
@@ -49,6 +49,7 @@ public DirHistories(Repository repo, string dir, string revision = null)
49
50
_repo = repo;
51
_detail = new CommitDetail(repo, false);
52
+ _detail.SearchChangeFilter = dir;
53
54
Task.Run(() =>
55
{
0 commit comments