You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
foreach (var c in GitRepo.Commits.QueryBy(fpath).Take(1))
{
revisionsList.Add(folder.Split(Path.DirectorySeparatorChar).Last(), c.Commit.Committer.When.ToUnixTimeSeconds());
}
The GitRepo.Commits.QueryBy(fpath) fails for some folders on master branch and only on master.
It works fine when you run it of a branch made from master.
I tried to get back the version of the library and found this code works in v0.22.1 from nuget.
It fails for 0.23.0, 0.23.1, 0.24.0 - all tested to fail.