From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/6] gnupg updates. Date: Sun, 17 Jul 2016 20:52:02 -0400 Message-ID: <20160718005202.GA12692@jasmine> References: <87eg6ramc0.fsf@we.make.ritual.n0.is> <87inw3lty5.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOwnE-0003HO-7i for guix-devel@gnu.org; Sun, 17 Jul 2016 20:52:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOwnA-0000lx-3Q for guix-devel@gnu.org; Sun, 17 Jul 2016 20:52:19 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:55294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOwn7-0000l8-PO for guix-devel@gnu.org; Sun, 17 Jul 2016 20:52:16 -0400 Content-Disposition: inline In-Reply-To: <87inw3lty5.fsf@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org 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