On Mon, Apr 18, 2011 at 08:19:59PM +0200, Vincent van Ravesteijn wrote: > When a feature/patch is proposed, it will "cook" for a while in "pu" > and "next". During this period people can comment on the patch. These > comments can be stored in git notes added to the commits on which is > commented. If you haven't already seen it, you might find the "notes/*" refs here: git://repo.or.cz/git/trast.git They reference the messages discussing the patch on the mailing list by message-id and gmane link. > That's why I want to (try to) implement the feature that 'git notes > list' and 'git notes show' accept a revision range and collect all > notes for the commits in this range. You can do more-or-less what you want with something like: git log --format="%h %s%n%N" -- 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