mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
This avoids having to run b4 prep --set-prefixes 2025.02.x to add the 2025.02.x prefix to the patch subject. You do need b4 0.11+ to make use of that. Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Thomas Perale <thomas.perale@mind.be>
10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
# Configuration for the `b4` tool
|
|
# See https://b4.docs.kernel.org/en/latest/config.html
|
|
[b4]
|
|
send-prefixes = 2025.02.x
|
|
send-series-to = buildroot@buildroot.org
|
|
send-auto-cc-cmd = "./utils/get-developers -e -"
|
|
prep-perpatch-check-cmd = "./utils/check-package -q -p -"
|
|
|
|
# vim: set filetype=gitconfig:
|