somethingsoftware / git-stats

MIT License
1 stars 1 forks source link

add per commit parsing #6

Open Mr-Bossman opened 2 weeks ago

Mr-Bossman commented 2 weeks ago

when looking at stats from a fork it may be important to only look at the commits the user does, not the repo as a whole. implement per commit language parsing by using git log --author=... and git format-patch

samiam2013 commented 1 week ago

~cloc doesn't even know how to observe .gitignore afaik so what's the point of this~

samiam2013 commented 1 week ago

https://stackoverflow.com/a/26679008 🙄