mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Rename Pushables/Pullables to AheadForPull/BehindForPull
In preparation for adding AheadForPush/BehindForPush in the next commit.
This commit is contained in:
@ -47,8 +47,10 @@ type Branch struct {
|
||||
Name string
|
||||
DisplayName string
|
||||
Recency string
|
||||
Pushables string
|
||||
Pullables string
|
||||
Pushables string // deprecated: use AheadForPull
|
||||
Pullables string // deprecated: use BehindForPull
|
||||
AheadForPull string
|
||||
BehindForPull string
|
||||
UpstreamGone bool
|
||||
Head bool
|
||||
DetachedHead bool
|
||||
|
Reference in New Issue
Block a user