Project

General

Profile

Actions

Feature #8045

open

Support git notes for logging time

Added by Jeremy Cowgar almost 13 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2011-04-01
Due date:
% Done:

0%

Estimated time:
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

Related to Redmine - Feature #6395: Git NotesNew2010-09-14

Actions

No data to display

Actions

Also available in: Atom PDF