Re: [PATCH 3/3] completion: fix multiple command removals

2019-03-01 Thread Jeff King
On Fri, Mar 01, 2019 at 12:34:43PM -0500, Todd Zullinger wrote: > The commit message could probably be worded better, particularly since it's > forged in your name. What you have is OK, but I'd have probably written it like this: -- >8 -- Subject: [PATCH] completion: fix multiple command removal

[PATCH 3/3] completion: fix multiple command removals

2019-03-01 Thread Todd Zullinger
From: Jeff King 6532f3740b ("completion: allow to customize the completable command list", 2018-05-20) added the completion.commands config variable. The documentation states multiple commands may be added, separated by spaces. Adding multiple commands to remove fails, only removing the last co