2.0.0
This is a major change in this project. The performance was improved and the functionality is compatible with git-stats 2.0.0
.
- Since
git-stats 2.0.0
doesn't need remote urls, a remote url in the git project is not needed anymore. Fixes #1. - Support for multiple emails (
git-stats-importer -e '[email protected],[email protected]
). - The commits history object is not modified in memory and saved only at the end. This speeds up the things a lot! Just think that before it was saving/reading the file every time a commit was being imported.
- Support for recursive search for git repositories in a specified directory (
git-stats-importer --find-repos ~/my-projects
). Fixes #10. - This tool can now be used as library. Fixes #16.
- 💥
async
was not used, so I removed it. Fixes #22 - Use
parent-search
to search for the git repository. Fixes #24 - Since
git-stats 2.0.0
allows us to use custom data paths, #2 will be fixed too. 🌟
Some other changes:
- Relicensed under The KINDLY License
- Generated documentation using Blah 2.x.x