unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: ng0 <ng0@we.make.ritual.n0.is>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 0/6] gnupg updates.
Date: Sun, 17 Jul 2016 20:52:02 -0400	[thread overview]
Message-ID: <20160718005202.GA12692@jasmine> (raw)
In-Reply-To: <87inw3lty5.fsf@we.make.ritual.n0.is>

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 guix-devel@gnu.org -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 = you@example.com
        smtpencryption = ssl # optional

  reply	other threads:[~2016-07-18  0:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-17 23:14 [PATCH 0/6] gnupg updates ng0
2016-07-17 23:34 ` ng0
2016-07-18  0:52   ` Leo Famulari [this message]
2016-07-18  8:02   ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160718005202.GA12692@jasmine \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    --cc=ng0@we.make.ritual.n0.is \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).