Commit 70b8c323 authored by Sander van Harmelen's avatar Sander van Harmelen

Merge pull request #5 from svanharmelen/dev

Remove some unused fields of the Commit struct
parents 5061e9cd 5a90931a
......@@ -41,8 +41,6 @@ type Commit struct {
AuthorEmail string `json:"author_email"`
AuthoredDate time.Time `json:"authored_date"`
CommittedDate time.Time `json:"committed_date"`
CommitterName string `json:"committer_name"`
CommitterEmail string `json:"committer_email"`
CreatedAt time.Time `json:"created_at"`
Message string `json:"message"`
ParentsIds []string `json:"parents_ids"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment