1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00
lazygit/pkg/integration/tests/bisect
Stefan Haller e9bbd816de Make bisect/basic.go test more concrete
- check out a non-main branch before we start
- add authors to expected commits so that we can see whether the commits show an
  asterisk
- explicitly check what the top line displays after bisecting has started

This shows that the detached head shows an asterisk, which we don't want. We'll
fix that in the next commit.
2023-07-31 08:34:01 +02:00
..
basic.go Make bisect/basic.go test more concrete 2023-07-31 08:34:01 +02: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