Re: [PATCH 1/6] submodule: rename add_sha1_to_array

2017-04-30 Thread Junio C Hamano
Brandon Williams writes: > Rename 'add_sha1_to_array()' to 'append_oid_to_array()' to more > accuratly describe what the function does since it handles 'struct accurately. Will fix while queuing. Makes sense. Thanks. > object_id' and not sha1 character arrays. > >

[PATCH 1/6] submodule: rename add_sha1_to_array

2017-04-28 Thread Brandon Williams
Rename 'add_sha1_to_array()' to 'append_oid_to_array()' to more accuratly describe what the function does since it handles 'struct object_id' and not sha1 character arrays. Signed-off-by: Brandon Williams --- submodule.c | 9 + 1 file changed, 5 insertions(+), 4