Skip to content

roman-neuhauser/git-mailz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME
     git-mailz — Send a collection of patches as emails


SYNOPSIS
     git-mailz -h | --help
     git-mailz [-f ENVELOPE-SENDER] {FILE | DIRECTORY}...

DESCRIPTION
     Feeds patches given on the command line to sendmail(1).
     Arguments can name individual patch files or directories,
     and are expected to be complete email messages.
     Recipients and sender are picked up from headers.

  Options
     -h
       Display usage information.

     --help
       Display man page.

     -f ENVELOPE-SENDER
       Invoke mailz.sendmail with -f ENVELOPE-SENDER.

  Configuration
     [mailz]
       sender = ENVELOPE-SENDER
       sendmail = EXE

     mailz.sender
       Invoke mailz.sendmail with -f ENVELOPE-SENDER.

     mailz.sendmail
       Feed patches to EXE.  Defaults to /usr/sbin/sendmail.

ENVIRONMENT
     GIT_MAILZ_SENDER
       Override mailz.sender configuration.

     GIT_MAILZ_SENDMAIL
       Override mailz.sendmail configuration.

     git-mailz is implemented in terms of third-party commands which
     use environment variables.  This means git-mailz may be influenced
     by environment variables used by git(1), zsh(1), possibly others.

FILES
     git-mailz uses git-config(1) to retrieve configuration settings.

DIAGNOSTICS
     The git-mailz utility exits 0 on success, and >0 if an error occurs.

SEE ALSO
     git-format-patch(1), git-send-email(1), sendmail(1),
     sendmail(8).

AUTHORS
     Roman Neuhauser <neuhauser+git-mailz@sigpipe.cz>
         https://github.com/roman-neuhauser/git-mailz/

BUGS
     No doubt plentiful.  Please report them at
         https://github.com/roman-neuhauser/git-mailz/issues