mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-12 23:41:54 +03:00
add another bisect integration test
This commit is contained in:
@ -166,7 +166,7 @@ func (self *BisectCommands) IsDone() (bool, []string, error) {
|
||||
func (self *BisectCommands) ReachableFromStart(ref string, startRef string) bool {
|
||||
err := self.cmd.New(
|
||||
fmt.Sprintf("git merge-base --is-ancestor %s %s", startRef, ref),
|
||||
).Run()
|
||||
).DontLog().Run()
|
||||
|
||||
return err == nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user