libgit2sharp
libgit2sharp copied to clipboard
Improve Performance of repo.Commits.QueryBy(<filepath>)
trafficstars
A proposed fix for https://github.com/libgit2/libgit2sharp/issues/1705
What happened to this pull request? The changes in FileHistory alone look pretty valuable to me. @bording appears to be the only recent contributor.
Oh wow, I remember doing this ages ago. Yeah, this was a massive performance improvement for some work I was doing where I was programmatically calculating file ownership based on the kind of changes made. Lots of diffing and this made a night-and-day difference.