Andoni Ripoll

Results 2 comments of Andoni Ripoll

I have exactly the same problem: ``` string filePathFromBaseRepository = "prod/yomvi/android.cell/config"; DateTime afterDate = new DateTime(2021,10,10, 0,0,0); DateTime beforeDate = DateTime.Now; var logEntryQueryable = this.repository.Commits.QueryBy(filePathFromBaseRepository, new CommitFilter() { SortBy =...

May be here: https://github.com/libgit2/libgit2sharp/issues/1705 Someone said: "I met same issue and I have to wrap a git.exe and use git log to speed up the log reading."