Re: rebase

2009-12-11 Thread Da Zheng
e to apply one patch and check in the change manually one by >> one. > > If I understand correctly what you want to do, this shouldn't actually > be too hard... Just create a new branch for the driver from your current > HEAD, and rebase it to include only the relevant commits

rebase (was: benchmarking of user-level pcnet32 driver)

2009-12-11 Thread olafBuddenhagen
u want to do, this shouldn't actually be too hard... Just create a new branch for the driver from your current HEAD, and rebase it to include only the relevant commits -- either using rebase with --onto, or rebase -i. (The latter doesn't require much understanding of how git works -- which, d