X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=commit.h;h=c16c8a75349f2ef4dba1f3c05528d04750a925da;hb=07432cef2c14389a591e368a779eae9d46d882bc;hp=0f469e507db7b8517e4f37107d855b7877176085;hpb=bf3f167d65fec8028b488ef0ce3baaa69a571ffd;p=git.git diff --git a/commit.h b/commit.h index 0f469e507..c16c8a753 100644 --- a/commit.h +++ b/commit.h @@ -89,6 +89,7 @@ struct pretty_print_context { char *notes_message; struct reflog_walk_info *reflog_info; const char *output_encoding; + struct string_list *mailmap; int color; };