Niklas Modess
Niklas Modess
Does the repository contain any commits? I tested to create a new repository with `git init` but got another error than you. When I did a first initial commit it...
Does anybody have a repository I could test this on? Can't reproduce this unfortunately.
Thanks! Great that I have a point of entry for debugging :)
I assume it will not do this right now, since it's using `log` and not `shortlog` for fetching commits. I'll add this as a future enhancement since it would be...
This is definitely a feature that is going to be implemented somewhere in the near future.
I agree, the issue is that crunching commits is a quite heavy operation (especially on large repositories). With a good caching mechanic and perhaps synchronous parsing of repositories it could...
+1 The reason for this not being implemented yet is that parsing commits with additions/deletions is a lot heavier. So a good caching solution needs to be put into place...
You do not need to have the lock file ignored in your repository. The tool will check if the lock file is ignored in your `.gitignore`. The steps it performs...
@finishingmove could you provide the code for your factory? I'm trying to achieve the same thing but can't really figure it out.
This is a question I have as well. Seems there is no activity at all unfortunately. I've made some improvements to it by extending the package that I would like...