From 598f069b998c42c12439f3f353b6d075905becba Mon Sep 17 00:00:00 2001 From: nulltoken Date: Wed, 2 Oct 2013 12:42:41 +0200 Subject: commit: Introduce git_commit_message_raw() --- src/commit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commit.h') diff --git a/src/commit.h b/src/commit.h index 22fc898a1..d452e2975 100644 --- a/src/commit.h +++ b/src/commit.h @@ -24,7 +24,7 @@ struct git_commit { git_signature *committer; char *message_encoding; - char *message; + char *raw_message; char *raw_header; }; -- cgit v1.2.1