From 13710f1e86d9048b88361092a94b4648aeb864fd Mon Sep 17 00:00:00 2001 From: nulltoken Date: Fri, 10 Dec 2010 16:30:06 +0100 Subject: Added timezone offset parsing and outputting. --- src/commit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commit.h') 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; -- cgit v1.2.1