diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2018-03-12 02:27:47 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-14 09:23:49 -0700 |
commit | f8ddeff50930d7c330b6f68745631c34e63540bd (patch) | |
tree | 04b406f63947acc474817af4bd2bd1663d1bfbce /commit.c | |
parent | abef9020e3df87c441c9a3a95f592fce5fa49bb9 (diff) |
builtin/fmt-merge-msg: convert remaining code to object_id
We were using the util pointer, which is a pointer to void, as an
unsigned char pointer. The pointer actually points to a struct
origin_data, which has a struct object_id as its first member, which in
turn has an unsigned char array as its first member, so this was valid.
Since we want to convert this to struct object_id, simply change the
pointer we're using.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions