Re: [RFC] git integrated bugtracking
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:43:13
Pierre Habouzit [off-list ref] writes:
Yeah, now that I read that thread, well yeah, I think notes are a hell of a good concept for my ideas. I mean, a bug report would be basically a collection of notes: * the bug has been found at this commit ; * the bug has been not-found at this commit ; * this commit is a fix for that bug ;
That's my feeling too. "Commiting" bug information in the tree is only half of a good idea. You want to be able to say, after the fact, "This commit had bug XYZ". OTOH, the idea (followed by bugs everywhere) that merging a branch would automatically close bugs fixed by this branch is a really cool thing. The kind of information you're mentionning above can be a great starting point for "bisect". I can even imagine a kind of distributed bisect, where several users could give their "bad commits" for the same bug. -- Matthieu