Test cccmd in t9001-send-email.sh and fix some bugs
commitcb8a9bd518002dd4fb693df6230b4976bafc15e0
authorPaolo Bonzini <bonzini@gnu.org>
Thu, 18 Jun 2009 12:31:32 +0000 (18 14:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jun 2009 16:55:59 +0000 (18 09:55 -0700)
tree3cbc8ef3f45dc5c749b75e792df855227e46f72d
parent4f4fa9c228a1ac2854c0814b5b23df43b8d98203
Test cccmd in t9001-send-email.sh and fix some bugs

For another patch series I'm working on I needed some tests
for the cc-cmd feature of git-send-email.

This patch adds 3 tests for the feature and for the possibility
to specify --suppress-cc multiple times, and fixes two bugs.
The first bug is that the --suppress-cc option for `cccmd' was
misspelled as `ccmd' in the code.  The second bug, which is
actually found only with my other series, is that the argument
to the cccmd is never quoted, so the cccmd would fail with
patch file names containing a space.

A third bug I fix (in the docs) is that the bodycc argument was
actually spelled ccbody in the documentation and bash completion.

Signed-off-by: Paolo Bonzini <bonzini@gnu.org>
Cc: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-send-email.txt
contrib/completion/git-completion.bash
git-send-email.perl
t/t9001-send-email.sh