emacs-devel
[Top][All Lists]
Advanced

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

Re: git-send-email


From: Alfred M. Szmidt
Subject: Re: git-send-email
Date: Mon, 15 Jun 2020 10:15:19 -0400

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 [<options>] <file|directory|rev-list options>...
               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.



reply via email to

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