notes-cache: convert to struct object_id
commit569aa376ea2bb3f27f6248543f3df91c71e612d6
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 6 May 2017 22:09:58 +0000 (6 22:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 May 2017 06:12:57 +0000 (8 15:12 +0900)
tree4799929dc423bf0ec6a6e51181b95a150df6bcca
parent71f35d5cbc0336ca5dca6b638c31d96611d301a7
notes-cache: convert to struct object_id

Convert as many instances of unsigned char [20] as possible.  Update the
callers of notes_cache_get and notes_cache_put to use the new interface.
Among the functions updated are callers of
lookup_commit_reference_gently, which we will soon convert.

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