X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=commit.h;h=eb2b8ac3cd5f375e70354e8c364abd036b0966ed;hb=7e7db5e4520388d3a6f1efbe2f7a29d43bd06a2b;hp=e958a7c3dfbb3ff76410dc83e47d0ffa950af9ea;hpb=9cb16a92d7c069b36f7b7b08557f779de499d3f7;p=git.git diff --git a/commit.h b/commit.h index e958a7c3d..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]; };