diff options
Diffstat (limited to 'third_party/git/wt-status.h')
-rw-r--r-- | third_party/git/wt-status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/wt-status.h b/third_party/git/wt-status.h index 71c3f25f43de..77dad5b92048 100644 --- a/third_party/git/wt-status.h +++ b/third_party/git/wt-status.h @@ -116,7 +116,7 @@ struct wt_status { int rename_limit; enum wt_status_format status_format; struct wt_status_state state; - struct object_id oid_commit; /* when not Initial */ + unsigned char sha1_commit[GIT_MAX_RAWSZ]; /* when not Initial */ /* These are computed during processing of the individual sections */ int committable; |