You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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=...
andgit format-patch
The text was updated successfully, but these errors were encountered: