Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2012-10-16 04:21:50 +0400
committerJunio C Hamano <gitster@pobox.com>2012-10-16 22:51:03 +0400
commit2f65494d84fa9d250595e6c02d9e977c512cc09c (patch)
tree9772f28d0f84e28e138635f4c02e0610b0d87dd1 /t/t9902-completion.sh
parent42e55a5f5709642cb7a56ecad8b706341f0eb38a (diff)
completion: add format-patch options to send-email
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9902-completion.sh')
-rwxr-xr-xt/t9902-completion.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh
index cbd0fb66f9..8fa025f9d4 100755
--- a/t/t9902-completion.sh
+++ b/t/t9902-completion.sh
@@ -288,4 +288,9 @@ test_expect_failure 'complete tree filename with metacharacters' '
EOF
'
+test_expect_success 'send-email' '
+ test_completion "git send-email --cov" "--cover-letter " &&
+ test_completion "git send-email ma" "master "
+'
+
test_done