b4 icon indicating copy to clipboard operation
b4 copied to clipboard

Add subject prefix to b4-config

Open emersion opened this issue 2 years ago • 3 comments

.b4-config has send-series-to to specify the mailing list to send patches to. Some projects also require a different subject prefix, because the ML is shared between multiple repositories. There is b4 prep --set-prefix but no way to set it in the configuration file.

emersion avatar Nov 22 '23 16:11 emersion

It seems send-prefixes is what I want here. However, it's undocumented.

emersion avatar Nov 27 '23 10:11 emersion

@emersion ,

I believe it is --set-prefixes. Got from the b4 prep --help output. Something like the following:

b4 prep --set-prefixes "RFC WIP"

ItsNayabSD avatar Feb 06 '24 08:02 ItsNayabSD

This issue is about the configuration file entry, not the CLI flag.

emersion avatar Feb 06 '24 08:02 emersion