summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-04-28 10:37:02 +0200
committerStefan Haller <stefan@haller-berlin.de>2024-04-30 13:50:46 +0200
commitb7673577a20c04b7fe711363b1fdc270030fdae6 (patch)
tree80706e71bb4c818e32e32948675b98ccc601131a /pkg/gui/context
parent00c55d5711832a87f35b822ca87ceb1ab66a7e37 (diff)
Enable the commit graph in the divergence view
Diffstat (limited to 'pkg/gui/context')
-rw-r--r--pkg/gui/context/sub_commits_context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/context/sub_commits_context.go b/pkg/gui/context/sub_commits_context.go
index b37be8667..f540dba87 100644
--- a/pkg/gui/context/sub_commits_context.go
+++ b/pkg/gui/context/sub_commits_context.go
@@ -75,7 +75,7 @@ func NewSubCommitsContext(
endIdx,
// Don't show the graph in the left/right view; we'd like to, but
// it's too complicated:
- shouldShowGraph(c) && viewModel.GetRefToShowDivergenceFrom() == "",
+ shouldShowGraph(c),
git_commands.NewNullBisectInfo(),
false,
)