summaryrefslogtreecommitdiff
path: root/blob.h
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2018-03-12 02:27:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-03-14 16:23:49 (GMT)
commitf8ddeff50930d7c330b6f68745631c34e63540bd (patch)
tree04b406f63947acc474817af4bd2bd1663d1bfbce /blob.h
parentabef9020e3df87c441c9a3a95f592fce5fa49bb9 (diff)
downloadgit-f8ddeff50930d7c330b6f68745631c34e63540bd.zip
git-f8ddeff50930d7c330b6f68745631c34e63540bd.tar.gz
git-f8ddeff50930d7c330b6f68745631c34e63540bd.tar.bz2
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 'blob.h')
0 files changed, 0 insertions, 0 deletions