mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-08 22:36:49 +02:00
Cleanup: remove outdated comment
We do show the graph in the left/right view, as of b7673577a2
.
This commit is contained in:
@ -73,8 +73,6 @@ func NewSubCommitsContext(
|
|||||||
selectedCommitHash,
|
selectedCommitHash,
|
||||||
startIdx,
|
startIdx,
|
||||||
endIdx,
|
endIdx,
|
||||||
// Don't show the graph in the left/right view; we'd like to, but
|
|
||||||
// it's too complicated:
|
|
||||||
shouldShowGraph(c),
|
shouldShowGraph(c),
|
||||||
git_commands.NewNullBisectInfo(),
|
git_commands.NewNullBisectInfo(),
|
||||||
false,
|
false,
|
||||||
|
Reference in New Issue
Block a user