summaryrefslogtreecommitdiff
path: root/src/commit.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2010-12-12 00:33:57 +0200
committerVicent Marti <tanoku@gmail.com>2010-12-12 00:33:57 +0200
commit5cccfa899926a93c12af8232c0c0d16c0c9c7ff2 (patch)
tree07d4d69319149f500c81d920df268a2f177f794c /src/commit.h
parente0d9e12e502582d33f3e54bd77b274aaadbd60c6 (diff)
parentb76d984e0bc15440443022aa9facfbab8b976e08 (diff)
downloadlibgit2-5cccfa899926a93c12af8232c0c0d16c0c9c7ff2.tar.gz
Merge branch 'timezone-offset' of https://github.com/nulltoken/libgit2 into timezone
Diffstat (limited to 'src/commit.h')
-rw-r--r--src/commit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commit.h b/src/commit.h
index eca566ddf..8c76c3b44 100644
--- a/src/commit.h
+++ b/src/commit.h
@@ -12,6 +12,8 @@ struct git_commit {
git_object object;
time_t commit_time;
+ int commit_timezone_offset;
+
git_vector parents;
git_tree *tree;