mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
Rename Pushables/Pullables to AheadForPull/BehindForPull
In preparation for adding AheadForPush/BehindForPush in the next commit.
This commit is contained in:
@ -71,8 +71,10 @@ func branchShimFromModelBranch(branch *models.Branch) *Branch {
|
||||
Name: branch.Name,
|
||||
DisplayName: branch.DisplayName,
|
||||
Recency: branch.Recency,
|
||||
Pushables: branch.Pushables,
|
||||
Pullables: branch.Pullables,
|
||||
Pushables: branch.AheadForPull,
|
||||
Pullables: branch.BehindForPull,
|
||||
AheadForPull: branch.AheadForPull,
|
||||
BehindForPull: branch.BehindForPull,
|
||||
UpstreamGone: branch.UpstreamGone,
|
||||
Head: branch.Head,
|
||||
DetachedHead: branch.DetachedHead,
|
||||
|
Reference in New Issue
Block a user