X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=commit.h;h=eb2b8ac3cd5f375e70354e8c364abd036b0966ed;hb=bc548efe0037839e1a4a611e5f0f24b33fc39dc5;hp=e958a7c3dfbb3ff76410dc83e47d0ffa950af9ea;hpb=8718e875080767f2c8d06c55c3fb5a6dddf0e5a0;p=thirdparty%2Fgit.git diff --git a/commit.h b/commit.h index e958a7c3df..eb2b8ac3cd 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]; };