From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: ams@gnu.org (Alfred M. Szmidt) Newsgroups: gmane.emacs.devel Subject: Re: git-send-email Date: Mon, 15 Jun 2020 10:15:19 -0400 Message-ID: References: <875zdteybt.fsf@runbox.com> <87368wrvf5.fsf@yahoo.com> <86k126d83n.wl-me@enzu.ru> <83pnbyckvv.fsf@gnu.org> <4923d7e98f5ed816a7569093dbc673153adcea88.camel@yandex.ru> <837dwb3zb6.fsf@gnu.org> <20200613141653.GA55972@breton.holly.idiocy.org> <835zbv3v6q.fsf@gnu.org> <20200613142329.GA56313@breton.holly.idiocy.org> <834krf3uij.fsf@gnu.org> <87r1ujatv4.fsf@igel.home> <831rmj3stn.fsf@gnu.org> <87mu57atav.fsf@igel.home> <87lfkpcn6t.fsf_-_@gmail.com> <83d0612gx3.fsf@gnu.org> <87eeqg7r0w.fsf@igel.home> <4350ACE2-2241-485D-8F50-CB6030E43AD7@gnu.org> <87eeqg5snt.fsf@igel.home> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="37257"; mail-complaints-to="usenet@ciao.gmane.io" Cc: alan@idiocy.org, hi-angel@yandex.ru, stefan@marxist.se, emacs-devel@gnu.org, kevin.legouguec@gmail.com, eliz@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 15 16:16:09 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jkpuD-0009bo-0G for ged-emacs-devel@m.gmane-mx.org; Mon, 15 Jun 2020 16:16:09 +0200 Original-Received: from localhost ([::1]:43424 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jkpuC-0000zD-17 for ged-emacs-devel@m.gmane-mx.org; Mon, 15 Jun 2020 10:16:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46616) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jkptW-0000Mu-Lz for emacs-devel@gnu.org; Mon, 15 Jun 2020 10:15:26 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37208) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jkptV-000403-L5; Mon, 15 Jun 2020 10:15:25 -0400 Original-Received: from ams by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1jkptP-0005ja-CG; Mon, 15 Jun 2020 10:15:20 -0400 In-reply-to: <87eeqg5snt.fsf@igel.home> (message from Andreas Schwab on Mon, 15 Jun 2020 16:07:34 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:252269 Archived-At: Computers do not work by osmosis; there is always input. The input here is either files, directories, or a rev-list. The files and directories can contain either git-am output, or GRH's format. NAME git-send-email - Send a collection of patches as emails SYNOPSIS git send-email [] ... git send-email --dump-aliases DESCRIPTION Takes the patches given on the command line and emails them out. Patches can be specified as files, directories (which will send all files in the directory), or directly as a revision list. In the last case, any format accepted by git-format-patch(1) can be passed to git send-email. The header of the email is configurable via command-line options. If not specified on the command line, the user will be prompted with a ReadLine enabled interface to provide the necessary information.