aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
297 stars 46 forks source link

Blame via pygit2 instead of subprocess #127

Closed wetneb closed 9 months ago

wetneb commented 9 months ago

Closes #1.

As mentioned there, this seems to be much slower when run on large repositories, so I would not recommend merging as is. I'm curious if others have similar results.

wetneb commented 9 months ago

I added a toggle in the CLI to enable this, as suggested by @RonnyPfannschmidt. The refactoring that was needed for that will be useful for #62