I want to measure how much time i spend per each commit and i want a simple time accounting system that would use Git VCS. Basically this comes down to two functions:
- log that i've started to work on new part of functionality
timegit start
- view report for certain period
timegit log
, that will show a commit message and the time spent
the end times it would extract from git log
So do you know such a program?