Am 9/20/2012 21:46, schrieb Adam Spiers:
test_expect_success 'general options plus command' '
- test_completion "git --version check" "checkout " &&
- test_completion "git --paginate check" "checkout " &&
- test_completion "git --git-dir=foo check" "checkout " &&
- test_completion "git --bare check" "checkout " &&
+ test_completion "git --version checko" "checkout " &&
+ test_completion "git --paginate checko" "checkout " &&
+ test_completion "git --git-dir=foo checko" "checkout " &&
+ test_completion "git --bare checko" "checkout " &&
...
I find this worrysome. Is check-ignore, being a debugging aid, so
important that it must be autocompleted?
-- Hannes