On 8/12/24 2:11 PM, Christian Heusel wrote:
--- Completion/Unix/Command/_git | 1 + 1 file changed, 1 insertion(+) diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 22b945e38..6c6d59b24 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -278,6 +278,7 @@ _git-bisect () { _arguments -C -s \ $log_options \ $revision_options && ret=0 + ;; (*) _nothing ;; -- 2.46.0
This has been committed, thank you!