]> git.ipfire.org Git - thirdparty/git.git/commit
t9902: test multiple removals via completion.commands
authorTodd Zullinger <tmz@pobox.com>
Wed, 20 Mar 2019 18:03:27 +0000 (14:03 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Mar 2019 02:52:11 +0000 (11:52 +0900)
commit402e3e1500b3bce5cee9f903f8aa691a8010e76a
treea669b7fc97a0702406c5f567c029eba103472dc1
parent83b0ecf333e518867935f6b12c18294a8a7f5017
t9902: test multiple removals via completion.commands

6532f3740b ("completion: allow to customize the completable command
list", 2018-05-20) added the completion.commands config variable.
Multiple commands may be added or removed, separated by a space.

Demonstrate the failure of multiple removals.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9902-completion.sh