On Thu, Jul 21, 2016 at 06:11:36PM +0100, Zeeshan Ali (Khattak) wrote:
Hi,
On Mon, Jul 18, 2016 at 3:54 PM, Christophe Fergeau <cfergeau(a)redhat.com> wrote:
> Please add a gconfig: prefix to the subject line.
I have a custom git command to add 'libvirt-glib' prefix but I keep
forgetting that --subject-prefix gets overriden by the second
--subject-prefix I manually specify for adding patch series version.
Ah, I did not pay attention to that actually ;) But I'd recommend just
doing
git config format.subjectprefix=libvirt-glib
and
git send-email -v2
(-v2 should work with your custom git command if that fits better your
worflow).
But I was only asking that "Add GVirConfigDomainHostdev" becomes
"gconfig: Add GVirConfigDomainHostdev"
Christophe