git - Gitstats commit_begin does not work -
i using gitstats on windows trying stats current month gitstats still returns stats untill time project created executing command:
git log --since "1 month ago"
this gives me month old commits until date, copy first commit_id , executing
python gitstats.py -c commit_begin="commit_id_got_from_above" path_to_git_repo path_to_target
my issue looks similar have tried how can total lines committed today in git?
Comments
Post a Comment