diff options
Diffstat (limited to 'src/commit.h')
-rw-r--r-- | src/commit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit.h b/src/commit.h index 3d15c5044..ff2f28248 100644 --- a/src/commit.h +++ b/src/commit.h @@ -17,8 +17,8 @@ struct git_commit { git_signature *author; git_signature *committer; + char *message_encoding; char *message; - char *message_short; }; void git_commit__free(git_commit *c); |