diff options
Diffstat (limited to 'src/commit.h')
-rw-r--r-- | src/commit.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/commit.h b/src/commit.h index 8c76c3b44..b53ee9b23 100644 --- a/src/commit.h +++ b/src/commit.h @@ -11,14 +11,11 @@ struct git_commit { git_object object; - time_t commit_time; - int commit_timezone_offset; - git_vector parents; git_tree *tree; - git_person *author; - git_person *committer; + git_signature *author; + git_signature *committer; char *message; char *message_short; |