mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
Support filtering files
This commit is contained in:
parent
84870d4503
commit
13326344f0
9 changed files with 72 additions and 19 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue