On Wed, Apr 5, 2023 at 11:19 AM Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > > On Wed, 5 Apr 2023 10:22:16 -0700 Andrii Nakryiko wrote: > > So I'm exclusively using `pw-apply -c <patchworks-url>` to apply > > everything locally. > > I think you can throw -M after -c $url? It can only help... :) Yeah. If only... I'm exclusively using -c. -M only works with -s, but I couldn't make -s -M work either. Do you pass the series as a number? but then series_json=$(curl -s $srv/series/$1/) line doesn't look right, since it's missing "/mbox/" ? User error on my side, I guess. My bash skills were too weak to make -c and -M work, but .git/hooks tip is great! Thank you.