mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
add description field to ListItem interface
This commit is contained in:
parent
63209ef71e
commit
8da93fd762
9 changed files with 36 additions and 4 deletions
|
@ -11,3 +11,7 @@ type CommitFile struct {
|
|||
func (f *CommitFile) ID() string {
|
||||
return f.Name
|
||||
}
|
||||
|
||||
func (f *CommitFile) Description() string {
|
||||
return f.Name
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue