Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per file time tracking #51

Open
advanderveer opened this issue Jul 7, 2015 · 2 comments
Open

Per file time tracking #51

advanderveer opened this issue Jul 7, 2015 · 2 comments
Milestone

Comments

@advanderveer
Copy link
Contributor

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.

@advanderveer advanderveer added this to the 1.0 milestone Jul 7, 2015
@advanderveer advanderveer mentioned this issue Jul 9, 2015
7 tasks
@rebelzach
Copy link

Awesome! 👍

@Mihailoff
Copy link

Also I wonder how git rm is handled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants