From f094f9052fba43707cb5662a362511eeea4c4af5 Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Mon, 1 Jul 2013 15:41:01 -0700 Subject: Add raw header access to commit API --- src/commit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commit.h') 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); -- cgit v1.2.1