mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-25 22:32:13 +02:00
View filtering (#2680)
This commit is contained in:
@@ -23,3 +23,7 @@ func (f *CommitFile) Added() bool {
|
||||
func (f *CommitFile) Deleted() bool {
|
||||
return f.ChangeStatus == "D"
|
||||
}
|
||||
|
||||
func (f *CommitFile) GetPath() string {
|
||||
return f.Name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user