Re: [PATCH v2 00/53] object_id part 8

2017-05-03 Thread brian m. carlson
On Mon, May 01, 2017 at 02:28:53AM +, brian m. carlson wrote: > This is the eighth series of patches to convert unsigned char [20] to > struct object_id. This series converts lookup_commit, lookup_blob, > lookup_tree, lookup_tag, and finally parse_object to struct object_id. I've made the cha

Re: [PATCH v2 00/53] object_id part 8

2017-05-02 Thread Brandon Williams
On 05/01, brian m. carlson wrote: > This is the eighth series of patches to convert unsigned char [20] to > struct object_id. This series converts lookup_commit, lookup_blob, > lookup_tree, lookup_tag, and finally parse_object to struct object_id. > > A small number of functions have temporaries

Re: [PATCH v2 00/53] object_id part 8

2017-05-01 Thread Stefan Beller
On Sun, Apr 30, 2017 at 7:28 PM, brian m. carlson wrote: > This is the eighth series of patches to convert unsigned char [20] to > struct object_id. This series converts lookup_commit, lookup_blob, > lookup_tree, lookup_tag, and finally parse_object to struct object_id. > > A small number of func

[PATCH v2 00/53] object_id part 8

2017-04-30 Thread brian m. carlson
This is the eighth series of patches to convert unsigned char [20] to struct object_id. This series converts lookup_commit, lookup_blob, lookup_tree, lookup_tag, and finally parse_object to struct object_id. A small number of functions have temporaries inserted during the conversion in order to a