Merge branch 'fc/completion-send-email-with-format-patch'
* fc/completion-send-email-with-format-patch: completion: add format-patch options to send-email
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user