Re: [Openocd-development] Dealing with cumulative patches - and patch sets

2009-05-31 Thread Zach Welch
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

Re: [Openocd-development] Dealing with cumulative patches - and patch sets

2009-05-30 Thread Michael Bruck
git has the advantage of having more infrastructure (GUIs for example). But some of the stuff that quilt was designed for is buried in exotic commands in git. 'git help ' brings up the docs, 'git help git' lists all commands. 'git svn clone' creates a local git clone of an svn repo 'git svn rebas

Re: [Openocd-development] Dealing with cumulative patches - and patch sets

2009-05-30 Thread David Brownell
On Saturday 30 May 2009, Peter Denison wrote: > Quilt. It's exactly the tool to do this. Exactly. You're working with a series of patches all the time, so there's no special step to create one. It's also a good way to work with semi-stable snapshots while you finish stabilizing your work. You d

Re: [Openocd-development] Dealing with cumulative patches - and patch sets

2009-05-30 Thread Peter Denison
On Sat, 30 May 2009, 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 pat

[Openocd-development] Dealing with cumulative patches - and patch sets

2009-05-30 Thread Duane Ellis
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