summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_commands/bisect.go
AgeCommit message (Expand)Author
2023-07-30Centralise logic for obtaining repo pathsJesse Duffield
2023-07-30Add more worktree testsJesse Duffield
2023-07-29Add bisect menu entry that lets you choose bisect termsStefan Haller
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-20Add convenience builder for git commandsJesse Duffield
2022-01-26select current bisect commit even if bisect was started on another branchJesse Duffield
2022-01-26add another bisect integration testJesse Duffield
2022-01-26only show commits from start ref if bad commit is reachable from thereJesse Duffield
2022-01-22add support for git bisectJesse Duffield