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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html