mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
add another bisect integration test
This commit is contained in:
parent
5e9cfab283
commit
5e6e1617aa
170 changed files with 293 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue