summaryrefslogtreecommitdiff
path: root/src/commit.h
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-07-01 15:41:01 -0700
committerVicent Marti <tanoku@gmail.com>2013-07-10 20:50:32 +0200
commitf094f9052fba43707cb5662a362511eeea4c4af5 (patch)
treef03d967ef86b66e97d25b49f1891c11975b9d615 /src/commit.h
parent8ba0ff69725251fa375520d9c69c8a053725c4b6 (diff)
downloadlibgit2-f094f9052fba43707cb5662a362511eeea4c4af5.tar.gz
Add raw header access to commit API
Diffstat (limited to 'src/commit.h')
-rw-r--r--src/commit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commit.h b/src/commit.h
index d0981b125..70d8fc690 100644
--- a/src/commit.h
+++ b/src/commit.h
@@ -25,6 +25,7 @@ struct git_commit {
char *message_encoding;
char *message;
+ char *raw_header;
};
void git_commit__free(void *commit);