Re: [PATCH 13/53] notes-cache: convert to struct object_id

2017-04-24 Thread Stefan Beller
On Sun, Apr 23, 2017 at 2:34 PM, brian m. carlson wrote: > Convert as many instances of unsigned char [20] as possible, Update the s/Update/update/ or s/,/./ Side remark: In all patches up to now you put a space between the char and the [20] (or [40]), which is irritating to read (for me). I pr

[PATCH 13/53] notes-cache: convert to struct object_id

2017-04-23 Thread brian m. carlson
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 --- diff.c