timeglass / glass

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

"Silent logging" - Ability to pipe logged times to a file instead of appending to commit messages #68

Open infomaven opened 7 years ago

infomaven commented 7 years ago

My team is very picky about having a clean commit history. How hard would it be to have an option to write the logged times to a file instead of having the commit message?

I envision this file as being queryable to get the glass sum - just like we can do using "git log" or "git rev-list", or being available for retrieval so it can be processed by another tool.