git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git notes list/show <revision-range>
@ 2011-04-18 18:19 Vincent van Ravesteijn
  2011-04-18 18:27 ` Jeff King
  0 siblings, 1 reply; 6+ messages in thread
From: Vincent van Ravesteijn @ 2011-04-18 18:19 UTC (permalink / raw)
  To: Git Mailing List, bebarino, johan

Hi all,

Considering a work-flow using topic branches just as the git development uses itself, I do miss a certain feature.

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.

At a certain point I want to decide whether the feature can be merged into "next" or "master", so I want to collect all notes for a certain branch to see what still has to be done before this feature can be merged. One can think about this of automatically generating a "What's cooking in X" listing
the topic branches and the comments for the commits in each branch.

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.

Do you think this will be a useful feature and that it has chances to be merged into git ?

Vincent

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-04-20  7:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-18 18:19 Git notes list/show <revision-range> Vincent van Ravesteijn
2011-04-18 18:27 ` Jeff King
2011-04-19  7:17   ` Michael J Gruber
2011-04-19 20:32     ` Jeff King
2011-04-20  7:16       ` Michael J Gruber
2011-04-20  7:35         ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).