]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: allow aliases in patch header and command script outputs
authorRemi Lespinet <remi.lespinet@ensimag.grenoble-inp.fr>
Tue, 30 Jun 2015 12:16:43 +0000 (14:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jun 2015 18:34:34 +0000 (11:34 -0700)
commitf6f79e5ee3d0b0fa1d2084bae31f8ea8e7d5c3f8
tree0d4ab556747ec98bc1c904eec75644f50ffb8810
parent62089fb8e9863b93cc7d9280ec39818dc28c23bf
send-email: allow aliases in patch header and command script outputs

Interpret aliases in:

  -  Header fields of patches generated by git format-patch
     (using --to, --cc, --add-header for example) or
     manually modified. Example of fields in header:

      To: alias1
Cc: alias2
Cc: alias3
  -  Outputs of command scripts specified by --cc-cmd and
     --to-cmd. Example of script:

      #!/bin/sh
      echo alias1
      echo alias2

Signed-off-by: Remi Lespinet <remi.lespinet@ensimag.grenoble-inp.fr>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl
t/t9001-send-email.sh