Hi,
On Sat, 2010-01-23 at 01:57 +0200, Felipe Contreras wrote:
Have you tried something like:
git format-patch old-base --full-diff -- /path
git am -3 *.patch
yes, sure that can be done, but the idea is to avoid having
format-patch, switch branches and git am those patches ;-)
I think that would not be possible because of the challenges when
dealing with conflicts.
there shouldn't be any. I have the same driver internally and publicly
and would be cherry-picking only the patches for that particular driver.
--
balbi