guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/6] gnupg updates.


From: Leo Famulari
Subject: Re: [PATCH 0/6] gnupg updates.
Date: Sun, 17 Jul 2016 20:52:02 -0400
User-agent: Mutt/1.6.0 (2016-04-01)

On Sun, Jul 17, 2016 at 11:34:58PM +0000, ng0 wrote:
> How do other people create these chained x of y PATCH threads?
> With Gnus it took a while.
> Is it done with the git-email patch function?

I do my work on some branch besides master. Then, I ctrl-R this from my
shell's history:

$ git send-email --to address@hidden -n --annotate --cover-letter 
--thread=shallow master

I almost never actually need to '--annotate' the patches; I'll probably
remove that.

It requires some configuration, which I put in '~/.gitconfig', but you
could also put it in something like '~/guix/.git/config. I'm not sure
what the minimum configuration is. Here's what I think is relevant:

[sendemail]
        smtpserver = example.com
        smtpserverport = 465 # depends on your server
        smtpuser = address@hidden
        smtpencryption = ssl # optional



reply via email to

[Prev in Thread] Current Thread [Next in Thread]