Support a --cc=<email> option in format-patch
commit736cc67dd7f4f8004215e24f876178e6f34c191d
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 19 Feb 2008 07:40:35 +0000 (19 02:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Feb 2008 05:49:38 +0000 (19 21:49 -0800)
tree53585ea3f7a641b60ad4993d9d0f8513e7494bdd
parent3ee79d9f59684778151804c02cc6ad155b30efde
Support a --cc=<email> option in format-patch

When you have particular reviewers you want to sent particular series
to, it's nice to be able to generate the whole series with them as
additional recipients, without configuring them into your general
headers or adding them by hand afterwards.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-format-patch.txt
builtin-log.c
t/t4014-format-patch.sh