Dear Tabi Timur-B04825, In message <banlktimz0ifscmf9oo-q_9sv9wc0rqt...@mail.gmail.com> you wrote: > > How? Patchwork uses the same subject line as the email. There's > still the problem of trying to correlate the actual commit to the > entry in patchwork. > > On the other hand, I don't know of any good way to correct a patch's > subject line without having the patch re-submitted to the mailing > list.
It's possible to match a patch based on it's content. For example, you can use something like HASH=$(/home/wd/bin/pwparser.py --hash <$MBOX) pwclient apply -h $HASH pwclient update -s 'Accepted' -h $HASH [error checking omitted here] to apply and update the status of a patch in PW. So you can of course find out which patch it was based on the hash, which depends on the content, not the subject. But this is way too expensive and time consuming for regular work. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de Q: Why do mountain climbers rope themselves together? A: To prevent the sensible ones from going home. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot