X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=commit.h;h=eb2b8ac3cd5f375e70354e8c364abd036b0966ed;hb=452c6d506b1a6dcf24d4ceaa592afc39c1c1a60e;hp=6ef88dcf45d6c5b2cd0f26397db2fc7b8859d581;hpb=199d4c0d434623eafc3a93dddad756ec029f57ff;p=git.git diff --git a/commit.h b/commit.h index 6ef88dcf4..eb2b8ac3c 100644 --- a/commit.h +++ b/commit.h @@ -28,6 +28,7 @@ extern const char *commit_type; extern struct decoration name_decoration; struct name_decoration { struct name_decoration *next; + int type; char name[1]; }; @@ -60,7 +61,7 @@ enum cmit_fmt { CMIT_FMT_EMAIL, CMIT_FMT_USERFORMAT, - CMIT_FMT_UNSPECIFIED, + CMIT_FMT_UNSPECIFIED }; struct pretty_print_context