mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Use inline status for fetching remotes
This commit is contained in:
@ -15,6 +15,10 @@ func (r *Remote) ID() string {
|
||||
return r.RefName()
|
||||
}
|
||||
|
||||
func (r *Remote) URN() string {
|
||||
return "remote-" + r.ID()
|
||||
}
|
||||
|
||||
func (r *Remote) Description() string {
|
||||
return r.RefName()
|
||||
}
|
||||
|
Reference in New Issue
Block a user