mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Add "Show divergence from upstream" entry to Upstream menu in branches panel
This commit is contained in:
@ -54,6 +54,7 @@ func (self *SwitchToSubCommitsController) viewCommits() error {
|
||||
|
||||
return self.c.Helpers().SubCommits.ViewSubCommits(helpers.ViewSubCommitsOpts{
|
||||
Ref: ref,
|
||||
TitleRef: ref.RefName(),
|
||||
Context: self.context,
|
||||
ShowBranchHeads: self.context.ShowBranchHeadsInSubCommits(),
|
||||
})
|
||||
|
Reference in New Issue
Block a user