Hello Ralf. Ping ping on this? It seemed to me that you accepted the original patch, but I can't see it pushed in the Automake public git repos yet.
Do you want me to apply it? If yes, should I apply it to maint, then merge maint to master, then push? I.e. is the following correct? $ cd ~/src/automake $ git co fix-cond5-test # name of my private branch $ git rebase master $ fit format-patch origin/master $ git branch --track maint origin/maint $ git co maint $ git am 0001-Improve-and-extend-test-cond5.test.patch $ git co master $ git merge maint $ git push BTW, I think that an addition to the HACKING file telling how to handle and manoeuvre among git branches and merges in the Automake repository would be very valuable for now comitters. WDYT? Regards, Stefano