Typing gbs starts bisect mode. It also can enable/disable it.
--bisect also enables bisect mode if it's available.
In bisect mode, shows the commits left within the bisect if a good commit and bad commit is given (just like the --bisect argument to git log).
gbn is git bisect skip, gbg is git bisect good, gbb is git bisect bad. All can select multiple commits in visual mode. gbn accepts a count.
gbr is git bisect reset.
gbl is git bisect log, gbr is git bisect replay. They have file completion.
g:Gitv_QuietBisect shuts it up, except for errors.
Works in both modes.
Documentation available.
Typing
gbs
starts bisect mode. It also can enable/disable it.--bisect
also enables bisect mode if it's available. In bisect mode, shows the commits left within the bisect if a good commit and bad commit is given (just like the--bisect
argument togit log
).gbn
isgit bisect skip
,gbg
isgit bisect good
,gbb
isgit bisect bad
. All can select multiple commits in visual mode.gbn
accepts a count.gbr
isgit bisect reset
.gbl
isgit bisect log
,gbr
isgit bisect replay
. They have file completion.g:Gitv_QuietBisect
shuts it up, except for errors. Works in both modes. Documentation available.