On Wed, Oct 18, 2006 at 12:31:52PM -0400, Aaron Bentley wrote:As for what the reviewer wants to see, I think it depends on what kind of code it is. Kernel code is complex and does not have (at least I have not heared of) unit-tests, so short patches are preferable for review. And since C is of the more verbose languages, short patches mean spliting them up into several pieces. On the other hand bzr has unit-tests and python is less verbose, so the single patch for a feature is not so big and is manageable. The patches to bzr still come in logical steps, but usually one step per feature is enough. Also programmers usually don't develop even the single logical step as a single commit. Instead they they also commit to backup their work, when they try something they think they may in future return, when they need to continue on another computer and so on. And these commits are generally not logical steps. Also the steps are often not in a logical order. Therefore showing diff for each commit in the bundle often does not make sense. So there is one bundle per logical step and therefore has a summary diff. Individual bundles for individual steps are preferable anyway, since the maintainer may decide to accept just some of them. A tool to generate a series of bundles (either each with just one commit or each with several commits) would be possible, just noone was interested enough to do it yet. -------------------------------------------------------------------------------- - Jan Hudec `Bulb' <bulb@ucw.cz> - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Vladislav Bolkhovitin | Re: Integration of SCST in the mainstream Linux kernel |
| Andrew Morton | -mm merge plans for 2.6.23 |
| KAMEZAWA Hiroyuki | Re: 2.6.23-mm1 |
| Greg Kroah-Hartman | [PATCH 005/196] Chinese: add translation of SubmittingDrivers |
git: | |
| Alan Cox | Re: [PATCH] drivers/net: remove network drivers' last few uses of IRQF_SAMPLE_RANDOM |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
