lawwm
lawwm
I will be looking into this.
I've tried looking into the issue, but I'm not exactly sure what the problem is. It is possible that I missed out on something. When I specify multiple `Author's Git...
Hi, I would like to investigate this issue.
This is what I think causes the error. In the application, it first runs `git clone --bare` into a local directory. Then it tries to `git clone` from that bare...
I will be looking into this.
CI tests failed because `fatal: unable to read config file '/home/runner/.gitconfig': No such file or directory`. Will be trying to solve it.
I've fixed the failing CI tests.
`GitShortlog.getAuthors(config)` is used to get author names, which runs `git log --pretty=short | git shortlog --summary` to get git usernames. An email flag `--email` can be added to `git shortlog`...