diff options
Diffstat (limited to 'source/fileInfo.go')
-rw-r--r-- | source/fileInfo.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/fileInfo.go b/source/fileInfo.go index efe88a2c1..3a95a0593 100644 --- a/source/fileInfo.go +++ b/source/fileInfo.go @@ -175,6 +175,8 @@ type GitInfo struct { AuthorDate time.Time `json:"authorDate"` // The commit date. CommitDate time.Time `json:"commitDate"` + // The commit message's body. + Body string `json:"body"` } // IsZero returns true if the GitInfo is empty, |