On 8/28/2010 8:10 PM, Ralf Wildenhues wrote: > * Charles Wilson wrote on Sun, Aug 29, 2010 at 12:27:15AM CEST: >> libltdl/m4/libtool.m4 (_LT_WITH_SYSROOT): Fix typo. >> tests/sysroot.at: Search also for crt0.o to accommodate cygwin. >> --- >> Somehow this patch got dropped when the sysroot branch >> was merged. Rebased against master... >> >> OK to push? > > Sure. I thought this was approved before anyway. Ideally, you'd > commit this to the sysroot branch and merge to master (if you already > have it on the latter then: checkout sysroot; cherry-pick master; > checkout master; reset --hard HEAD^; merge --log sysroot). > > You seem to have lost a couple of leading '*' and a ChangeLog entry > on the way though.
Yep, I know. I always did it this way: http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/11266/focus=11268 in the past. For me, branches were always temporary workspaces, not something you actually *merged* somewhere... -- Chuck