libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

Improve Performance of repo.Commits.QueryBy(<filepath>)

Open tster123 opened this issue 6 years ago • 2 comments
trafficstars

A proposed fix for https://github.com/libgit2/libgit2sharp/issues/1705

tster123 avatar Aug 20 '19 20:08 tster123

What happened to this pull request? The changes in FileHistory alone look pretty valuable to me. @bording appears to be the only recent contributor.

DefaultRyan avatar Feb 14 '24 02:02 DefaultRyan

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.

tster123 avatar Feb 14 '24 08:02 tster123