Re: [PATCH v2 2/8] Apply object_id Coccinelle transformations.

2016-06-21 Thread Junio C Hamano
"brian m. carlson" writes: > Apply the set of semantic patches from contrib/examples/coccinelle to > convert some leftover places using struct object_id's hash member to > instead use the wrapper functions that take struct object_id natively. It is somewhat curious how these 'some leftover place

[PATCH v2 2/8] Apply object_id Coccinelle transformations.

2016-06-18 Thread brian m. carlson
Apply the set of semantic patches from contrib/examples/coccinelle to convert some leftover places using struct object_id's hash member to instead use the wrapper functions that take struct object_id natively. Signed-off-by: brian m. carlson --- bisect.c | 2 +- builtin/merge.c