Feature #8045
Support git notes for logging time
Status: | New | Start date: | 2011-04-01 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | - | |||
Resolution: |
Description
An example:
$ git commit -m "Blah blah blah" $ git notes add -m "References #837 @45m" HEAD $ git log --show-notes commit 917ba2c44b7bfd79b5957bcd2932528ea9c0131b Author: Jeremy Cowgar <***> Date: Fri Apr 1 11:32:28 2011 -0400 Blah blah blah Notes: References #837 @45m
This method enables a clear separation of the comment message (what work you did) vs. meta data such as affected issues and work time.
Related issues