They are not only greppable, but also have builtin grouping: git log --show-notes=component
will show only notes marked as "component" or git log --show-notes=* to show all available notes -- ,,,^..^,,, On Sun, Oct 27, 2013 at 9:01 PM, Benoit Chesneau <[email protected]> wrote: > On Sun, Oct 27, 2013 at 5:57 PM, Alexander Shorin <[email protected]> wrote: > >> On Sun, Oct 27, 2013 at 8:49 PM, Florian Westreicher Bakk.techn. >> <[email protected]> wrote: >> > How about using git notes? Messing up the commit message is a bad idea. >> >> Looks really good and better than [stuff]! Thanks for *note* (: >> >> Some related links about that I found interesting: >> http://git-scm.com/2010/08/25/notes.html >> https://www.kernel.org/pub/software/scm/git/docs/git-notes.html >> http://alblue.bandlem.com/2011/11/git-tip-of-week-git-notes.html > > > git notes look good if they are greppable (didn't test it yet). I thought > to have this in the commit msg to make it visible but why not. Both methods > are OK for me.
