X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=eb2b8ac3cd5f375e70354e8c364abd036b0966ed;hb=21746aa34fc99d2c73634bc9829387c27c109dbe;hp=e958a7c3dfbb3ff76410dc83e47d0ffa950af9ea;hpb=542ed78232ecbb1099eee5e3a4f1add0a2faa8d3;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]; };