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
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
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
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
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