On 6 May 2017 at 15:09, Andres Gomez <[email protected]> wrote: > If an identified commit was having more than one fix, we would warn > about that and only treat the first. > > Now, we don't warn but treat all of them. > Having read through this a couple of times, I'm not sure I fully parse it.
Are you saying that you want to flesh out all the commits when there's multiple Fixes tags? AFIACT that is not a wise idea, since a handful are corner cases like: - Fixes:\n $sha, Fixes: $piglit - Fixes: $sha.*Fixes: and others. In generally we have less than 5 of those every couple of weeks, so trying to the corner cases is simply not worth it. One has to skim through the commit message/patch either way. -Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
