mricon / b4

Tool to help with email-based patch workflows
GNU General Public License v2.0
59 stars 20 forks source link

Add subject prefix to b4-config #14

Open emersion opened 9 months ago

emersion commented 9 months ago

.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 commented 8 months ago

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

ItsNayabSD commented 6 months ago

@emersion ,

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

b4 prep --set-prefixes "RFC WIP"
emersion commented 6 months ago

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