> sigh. 
> I wont be able to do this change until tonight or tommorow 
> morning. I think the process i am using to re-generate 
> patches maybe too consuming?
> Maybe you could offer some advice. Heres what i do:
> 1. clone Daves latest tree localy
> 2. clone another tree from that
> 3. create patch on second clone
> 4. compile; test;compile;test until looks reasonable 5. 
> commit with the comments 6. submit 7. build other patches on 
> top (example batching in this case) 8. feedback on patch 
> comes back 9. Re-do steps #2-#6
> 
> My steps #2-#6 are expensive; is there a way to optimize that process?

1. clone Dave's tree
2. cd into said tree
3. git branch qdiscpatch
4. create patches
5. compile; test; compile until looks reasonable
6. git commit -a
7. git diff (generate patches)
8. git branch batching
9. rinse/repeat 4-7

One tree, multiple branches, very quick to move between them, low
overhead.  If this works for you, also look at stacked GIT (stg) for
pushing and popping patches from your tree - very handy.

Thanks,

-PJ
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to