timeglass / glass

Automated time tracking for Git repositories. [DEPRECATED]
Mozilla Public License 2.0
583 stars 27 forks source link

Per file time tracking #51

Open advdv opened 9 years ago

advdv commented 9 years ago

Currently time is tracked with a single timer for work across the entire repository, this has the fundamental flaw of making it impossible to correctly handle commits were the author only git add partial work (lets say 2 of the 4 edited files).

A more elegant solution would be to track time per file and only extract spent-time from the files that are actually committed.

rebelzach commented 9 years ago

Awesome! :+1:

Mihailoff commented 8 years ago

Also I wonder how git rm is handled.