wt-status: convert struct wt_status to object_id
Change struct wt_status to use struct object_id instead of an array of unsigned char. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
8d4d86b0f0
commit
e0cb7cdb89
@ -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;
|
||||
|
Reference in New Issue
Block a user