git_time_extractor
git_time_extractor copied to clipboard
Analyzes Git repository commit logs to compute developer working hours, weekly activity, and to detect death marches in software development.
Using git_time_extractor for estimating maintance work for a certain period would be quite usefull. So, some more switches: --start-date=2015-06-01 --end-date=2015-06-30 what do you think?
Using -y 2016 but project started in July 2015. thanks.
we have talked briefly about the possibility of adding graphical output options to be able to present, e.g. line or volume graphs of commits over time, time per commit, or...
Up to this point, this app has been developed without a test suite. Which would never be allowed in a client project, but since this was a toy open source...
When given option '--project-total', the program emits: , , Prior to this commit, the header line had hours and commits in reverse order. This commit fixes the header line's order.