kimmobrunfeldt / git-hours

Estimate time spent on a git repository
MIT License
774 stars 59 forks source link

Removed nodegit and replaced with native OS git log call #78

Open denistorresan opened 11 months ago

denistorresan commented 11 months ago

Hi, nodegit seems to be problematic on many installations because is no longer upgraded to work on Node > 14 (I think). So I decided to remove all dependencies to nodegit and to replace it using native OS calls using GIT binary command.