1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00

select current bisect commit even if bisect was started on another branch

This commit is contained in:
Jesse Duffield
2022-01-26 19:12:44 +11:00
parent ebbdf829e7
commit 5a3f81d1f7
125 changed files with 206 additions and 181 deletions

View File

@ -59,7 +59,7 @@ func (self *BisectInfo) GetCurrentSha() string {
return self.current
}
func (self *BisectInfo) StartSha() string {
func (self *BisectInfo) GetStartSha() string {
return self.start
}