summaryrefslogtreecommitdiff
path: root/src/commit.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2010-12-18 02:35:45 +0200
committerVicent Marti <tanoku@gmail.com>2010-12-18 02:35:45 +0200
commitb5ced41e85d4657376d3d6f53d8dc08ed3dcdacc (patch)
treefdf9dace53aff8e531d162097fb76b5845df34d2 /src/commit.h
parent1f080e2da4833004fd178f622271879336085e22 (diff)
parent638c2ca4281589b73f2d402bb80775242045144a (diff)
downloadlibgit2-b5ced41e85d4657376d3d6f53d8dc08ed3dcdacc.tar.gz
Merge branch 'timezone'
Diffstat (limited to 'src/commit.h')
-rw-r--r--src/commit.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/commit.h b/src/commit.h
index eca566ddf..b53ee9b23 100644
--- a/src/commit.h
+++ b/src/commit.h
@@ -11,12 +11,11 @@
struct git_commit {
git_object object;
- time_t commit_time;
git_vector parents;
git_tree *tree;
- git_person *author;
- git_person *committer;
+ git_signature *author;
+ git_signature *committer;
char *message;
char *message_short;