gregsexton / gitv

gitk for Vim.
936 stars 59 forks source link

Ability to perform bisect #104

Closed rbong closed 8 years ago

rbong commented 8 years ago

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.