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
| Srivatsa Vaddagiri | Re: [PATCH, RFC] reimplement flush_workqueue() |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| debian developer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Rafael J. Wysocki | 2.6.26-rc7-git2: Reported regressions from 2.6.25 |
| Alexey Dobriyan | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Ilpo Järvinen | Re: [bug] stuck localhost TCP connections, v2.6.26-rc3+ |
git: | |
