From 300d192f7ed45112121f2a35d5ca80a4913c7aad Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 2 Dec 2013 11:15:27 -0500 Subject: Introduce git_revert to revert a single commit --- src/commit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commit.h') 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); -- cgit v1.2.1