summaryrefslogtreecommitdiff
path: root/src/commit.h
diff options
context:
space:
mode:
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 efb080b50..d01ac2b2f 100644
--- a/src/commit.h
+++ b/src/commit.h
@@ -28,6 +28,7 @@ struct git_commit {
char *raw_header;
char *summary;
+ char *body;
};
void git_commit__free(void *commit);