timeglass / glass

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

Possible to write time spent to first line of commit? #55

Open rebelzach opened 9 years ago

rebelzach commented 9 years ago

When doing a multi line commit it would be nice to have the option to keep the time spent on the first line.

(On a side note, I feel guilty submitting so many issues and not contributing myself. Thanks so much for your work on this @advanderveer)

advdv commented 9 years ago

hey, good feedback. Since this is about preference I guess we would like the ultimate flexibility and have a optional placeholder (lets say {{time_spent}}) in the commit text, if it is not present and the time_spent template option is not empty append it to the end of the commit message. What do you think?