diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2012-10-16 02:21:50 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-16 11:51:03 -0700 |
commit | 2f65494d84fa9d250595e6c02d9e977c512cc09c (patch) | |
tree | 9772f28d0f84e28e138635f4c02e0610b0d87dd1 /t/t9902-completion.sh | |
parent | 42e55a5f5709642cb7a56ecad8b706341f0eb38a (diff) | |
download | git-2f65494d84fa9d250595e6c02d9e977c512cc09c.tar.gz git-2f65494d84fa9d250595e6c02d9e977c512cc09c.tar.xz |
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-x | t/t9902-completion.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh index cbd0fb66f..8fa025f9d 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 |