git/builtin
brian m. carlson 910650d2f8 Rename sha1_array to oid_array
Since this structure handles an array of object IDs, rename it to struct
oid_array.  Also rename the accessor functions and the initialization
constant.

This commit was produced mechanically by providing non-Documentation
files to the following Perl one-liners:

    perl -pi -E 's/struct sha1_array/struct oid_array/g'
    perl -pi -E 's/\bsha1_array_/oid_array_/g'
    perl -pi -E 's/SHA1_ARRAY_INIT/OID_ARRAY_INIT/g'

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-03-31 08:33:56 -07:00
..
2016-11-22 13:55:20 -08:00
2017-03-17 13:50:25 -07:00
2017-03-31 08:33:56 -07:00
2017-03-17 13:50:25 -07:00
2017-03-17 13:50:25 -07:00
2017-03-31 08:33:56 -07:00
2017-03-31 08:33:56 -07:00
2017-03-17 13:50:23 -07:00
2017-03-17 13:50:25 -07:00
2017-03-01 15:09:17 -08:00
2016-11-22 13:13:16 -08:00
2016-09-29 15:42:18 -07:00
2017-01-18 15:12:15 -08:00
2017-03-17 13:50:25 -07:00
2017-03-31 08:33:56 -07:00
2017-03-31 08:33:56 -07:00
2017-01-31 13:14:56 -08:00
2017-03-31 08:33:56 -07:00
2017-03-17 13:50:25 -07:00
2015-10-05 13:20:08 -07:00
2017-03-31 08:33:56 -07:00
2017-03-24 13:07:37 -07:00
2017-01-23 18:51:56 -08:00