X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=wt-status.h;h=71c3f25f43deffd56cb6cc73cb76b3cbfaa66290;hp=77dad5b92048851c622a35d8b34d802fbd0ecac6;hb=51728480fe0639e918927dedb3bb6b933c588fae;hpb=74a39b9bcc9086cf4405aa532bb6e02e3436d5e4 diff --git a/wt-status.h b/wt-status.h index 77dad5b920..71c3f25f43 100644 --- a/wt-status.h +++ b/wt-status.h @@ -116,7 +116,7 @@ struct wt_status { int rename_limit; enum wt_status_format status_format; struct wt_status_state state; - unsigned char sha1_commit[GIT_MAX_RAWSZ]; /* when not Initial */ + struct object_id oid_commit; /* when not Initial */ /* These are computed during processing of the individual sections */ int committable;