1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-10 11:10:18 +02:00
lazygit/pkg/integration/tests/bisect
Stefan Haller 6794149ec8 When bisecting, always mark the current commit as good/bad, not the selected
For marking as good or bad, the current commit is pretty much always the one you
want to mark, not the selected. It's different for skipping; sometimes you know
already that a certain commit doesn't compile, for example, so you might
navigate there and mark it as skipped. So in the case that the current commit is
not the selected one, we now offer two separate menu entries for skipping, one
for the current commit and one for the selected.
2023-07-29 14:44:00 +02:00
..
basic.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
choose_terms.go Add bisect menu entry that lets you choose bisect terms 2023-07-29 11:59:58 +02:00
from_other_branch.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
skip.go When bisecting, always mark the current commit as good/bad, not the selected 2023-07-29 14:44:00 +02:00