I wanted to add more then one subject prefix to my patch while using the format-patch
option of git.
The subject should look something like
[Qemu-devel] [PATCH] linux-user/qemu.h Changed ..........
How to do this?
Doing
git format-patch --subject-prefix="Qemu-Devel PATCH" .....
Results in
[Qemu-Devel PATCH] linux-user/qemu.h Changed ..........
You could do this:
git format-patch --subject-prefix="Qemu-Devel] [PATCH"
The beginning and end square brackets will be added automatically resulting in
Subject: [Qemu-Devel] [PATCH] ...
If you had more than 2 subject prefixes:
git format-patch --subject-prefix="Qemu-Devel] [Something-Else] [PATCH"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With