Johannes Schindelin, Sat, Jun 09, 2007 19:55:10 +0200: > > With the provided script, edit-commit-annotations, you can add > after-the-fact annotations to commits, which will be shown by > the log if the config variable core.showannotations is set. > > The annotations are tracked in a new ref, refs/annotations/commits, > in the same fan-out style as .git/objects/??/*, only that they only > exist in the object database now. > I like it too. And "notes" _is_ less to type :) BTW, the annotations are a bit cumbersome to merge, if this implementation is to stay (and I personally would like it to) we may have to mention this little inconvenience somewhere. And can I suggest an interface like the below? git notes [[--show] <commit>+] [-d|--delete <commit>+] [-e|--edit <commit>] With the annotations file being completely removed if it is empty. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html