]> git.ipfire.org Git - thirdparty/git.git/commit - notes-merge.c
notes-merge: convert struct notes_merge_pair to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 5 Sep 2016 20:08:01 +0000 (20:08 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2016 19:59:42 +0000 (12:59 -0700)
commite910bb1e79d53d43d07013b4d7e58c9f3ec53c8d
tree8cc94c5af6c3ec0a3e603e0b17f9de71d5b32abd
parent60af7691db8abc0550add4dcd9e02bd474fca318
notes-merge: convert struct notes_merge_pair to struct object_id

Convert each of this structure's members from an unsigned char array to
a struct object_id.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
notes-merge.c