summaryrefslogtreecommitdiff
path: root/git-send-email.perl
diff options
context:
space:
mode:
authorLibravatar Stephen Boyd <bebarino@gmail.com>2010-03-07 14:46:47 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-03-08 15:55:41 -0800
commitc42600346bb6c3427df7ea1c5a33d723ec02d731 (patch)
treef0780075f41a3a2943da114ed119420e8e0d50c2 /git-send-email.perl
parentformat-patch: use a string_list for headers (diff)
downloadtgif-c42600346bb6c3427df7ea1c5a33d723ec02d731.tar.xz
format-patch: add --no-cc, --no-to, and --no-add-headers
These new options allow users to override their config settings for format.cc, format.to and format.headers respectively. These options only make git ignore the config settings and any previous command line options, so you'll still have to add more command line options to add extra headers. For example, $ cat .git/config [format] to = Someone <someone@out.there> $ git format-patch -1 --no-to --to="Someone Else <else@out.there>" would format a patch addressed to "Someone Else" and not "Someone". Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-send-email.perl')
0 files changed, 0 insertions, 0 deletions