mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
fixup! Fix showing the "YOU ARE HERE" marker for old-style non-interactive rebases
This commit is contained in:
parent
d5e0630967
commit
ddfec40f2b
|
|
@ -68,7 +68,7 @@ func GetCommitListDisplayStrings(
|
|||
return nil
|
||||
}
|
||||
|
||||
// this is where my non-TODO commits begin
|
||||
// this is where my "normal" commits begin (the non-rebasing ones)
|
||||
rebaseOffset := utils.Min(indexOfFirstNonRebasingCommit(commits), endIdx)
|
||||
|
||||
filteredCommits := commits[startIdx:endIdx]
|
||||
|
|
|
|||
Loading…
Reference in a new issue