Re: [PATCH 0/6] Convert hash-object to struct object_id

2017-08-20 Thread Junio C Hamano
"brian m. carlson" writes: > On Sun, Aug 20, 2017 at 10:09:25PM +0200, Patryk Obara wrote: >> This enabled conversion of few functions in sha1_file, which >> had almost all callers converted already. >> >> I hope I'm not stepping on anyone's toes with this patch series. >> If I do - is there som

Re: [PATCH 0/6] Convert hash-object to struct object_id

2017-08-20 Thread brian m. carlson
On Sun, Aug 20, 2017 at 10:09:25PM +0200, Patryk Obara wrote: > This enabled conversion of few functions in sha1_file, which > had almost all callers converted already. > > I hope I'm not stepping on anyone's toes with this patch series. > If I do - is there some email thread or document in which

[PATCH 0/6] Convert hash-object to struct object_id

2017-08-20 Thread Patryk Obara
This enabled conversion of few functions in sha1_file, which had almost all callers converted already. I hope I'm not stepping on anyone's toes with this patch series. If I do - is there some email thread or document in which I can coordinate with other developers, regarding which code regions are