summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-09-29 18:48:38 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-09-29 20:48:49 +1000
commitf9643448a4ba186fb56d408a5ee8a21193986cd6 (patch)
treea15d3291ebc269536c3abbbf88542a25689a971c /pkg/gui/gui.go
parent91f0b0e28fb93bf715a4fda67fcbb400ffbc680b (diff)
move commit files
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index 02bb27a65..6dc3bf12c 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -277,7 +277,7 @@ type guiState struct {
Branches []*models.Branch
Commits []*models.Commit
StashEntries []*models.StashEntry
- CommitFiles []*commands.CommitFile
+ CommitFiles []*models.CommitFile
// FilteredReflogCommits are the ones that appear in the reflog panel.
// when in filtering mode we only include the ones that match the given path
FilteredReflogCommits []*models.Commit