On Sat, 2009-05-30 at 17:18 -0400, Duane Ellis wrote:
> All,
> (especially david & zach, you seem to do this very well).
> 
> Yes, this is some what "off-topic" for this list, but it is on topic 
> because the list wants "small more reviewable patches". To that end, I'm 
> looking for a better way to deal with patch sets, etc.
> 
> I've noticed that for example some post a nice series of 10 patches... 
> each a minor step... in total quite a lot, and the poster tends to do 
> all of these patches at once.

While quilt is nice, I often create small series with interdiff:

1) make changes required for patch #1
2) svn diff > 1.patch

3) make changes required for patch #2
4) svn diff > 1+2.patch
   interdiff 1{,+2}.patch > 2.patch

5) make changes required for patch #3
6) svn diff > 1+2+3.patch
   interdiff 1+2{,+3}.patch > 3.patch

and so on....

Cheers,

Zach
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to