* Paolo Bonzini wrote on Tue, May 25, 2010 at 06:06:16PM CEST: > the toplevel configury of gcc/gdb/binutils is very much out of sync.
> Unfortunately I don't have much time to devote to bringing the trees > back in shape, and not even to chase down committers of patches > placed only on one side. Can anybody help with this? I can take a look. > ... the last date when the tree was synchronized ... It looked fairly good 3 months ago[1]. Do you prefer tracking down committers and letting them finish their work, or should I just go ahead and sync sets of commits as I did last time? Thanks, Ralf [1] $ L="git log --until=3.months.ago --pretty=format:%H" $ diff <( cd gcc && git show $($L origin/trunk | head -n 1):configure.ac ) \ <( cd src && git show $($L origin/master | head -n 1):configure.ac )