mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-06-20 01:19:23 +02:00
fixup! Fix showing the "YOU ARE HERE" marker for old-style non-interactive rebases
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user