On 2023-04-12 22:23:25, Konrad Dybcio wrote: [..] > >>> foo b4 requires i put something here > >> > >> What? > > git checkout linux-next/master > > <craft a single patch> > git checkout -b branchname > > b4 prep -e $(cat localversion-next| cut -c 2-) I think that could just be: b4 prep -n branchname (in favour of prep -e _and_ checkout -b) Might also need to pass `-f $(cut -c 2- localversion-next)` to get the forkpoint right though. > > b4 prep --edit-cover > > /* you get a bunch of EDITMEs that b4 really insists you fill out */ And what if you remove the line entirely? - Marijn