mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-09-16 09:16:26 +02:00
Add ShortRefName to Ref interface
This commit is contained in:
@@ -3,6 +3,7 @@ package types
|
||||
type Ref interface {
|
||||
FullRefName() string
|
||||
RefName() string
|
||||
ShortRefName() string
|
||||
ParentRefName() string
|
||||
Description() string
|
||||
}
|
||||
|
Reference in New Issue
Block a user