summaryrefslogtreecommitdiff
path: root/src/commit.h
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2010-12-10 16:30:06 +0100
committernulltoken <emeric.fermas@gmail.com>2010-12-10 16:30:06 +0100
commit13710f1e86d9048b88361092a94b4648aeb864fd (patch)
tree488f4576ca32f58f235ac30e9299966def6e33f3 /src/commit.h
parent2cd6d6866e45939c7a60ff5f4cca52b02c8af498 (diff)
downloadlibgit2-13710f1e86d9048b88361092a94b4648aeb864fd.tar.gz
Added timezone offset parsing and outputting.
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;