diff options
Diffstat (limited to 'src/commit.h')
-rw-r--r-- | src/commit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commit.h b/src/commit.h index d452e2975..efb080b50 100644 --- a/src/commit.h +++ b/src/commit.h @@ -26,6 +26,8 @@ struct git_commit { char *message_encoding; char *raw_message; char *raw_header; + + char *summary; }; void git_commit__free(void *commit); |