What would you recommend for creating statistics about working on weekends?
I tried some tools, and I like git timecard the most but I have a problem with it : in the background it uses git log, and I receive this warning : "warning: Log for '...' only goes back to Sat, 1 Aug 2015 01:29:32 +0200' .
I already tried to solve this without success. I found the --full-history switch for git log, but that did not help.
Thanks for any help in advance!
I had similar issue with some of my commercial projects which are not on GitHub. I did not need a lot of statistical information about my repository, just a simple answer - How much active days with commits you had. So i wrote a simple script to do it for me - https://github.com/aerkalov/sabbath