summaryrefslogtreecommitdiffstats
path: root/pkg/commands/commit_file.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/commit_file.go')
-rw-r--r--pkg/commands/commit_file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/commit_file.go b/pkg/commands/commit_file.go
index aa21d77ee..a2cf6eb20 100644
--- a/pkg/commands/commit_file.go
+++ b/pkg/commands/commit_file.go
@@ -2,7 +2,7 @@ package commands
// CommitFile : A git commit file
type CommitFile struct {
- Sha string
+ Parent string
Name string
DisplayString string
Status int // one of 'WHOLE' 'PART' 'NONE'