]> git.ipfire.org Git - thirdparty/git.git/commit - ref-filter.h
Rename sha1_array to oid_array
authorbrian m. carlson <sandals@crustytoothpaste.net>
Fri, 31 Mar 2017 01:40:00 +0000 (01:40 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Mar 2017 15:33:56 +0000 (08:33 -0700)
commit910650d2f8755359ab7b1f0e2a2d576c06a68091
treec0ebaef3c66710ea08e1c766ec1553f0105fcc21
parent1b7ba794d21836f72e5888db63ab790077c04e1b
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>
31 files changed:
bisect.c
builtin/cat-file.c
builtin/diff.c
builtin/fetch-pack.c
builtin/pack-objects.c
builtin/pull.c
builtin/receive-pack.c
builtin/send-pack.c
combine-diff.c
commit.h
connect.c
diff.h
fetch-pack.c
fetch-pack.h
fsck.c
fsck.h
parse-options-cb.c
ref-filter.c
ref-filter.h
remote-curl.c
remote.h
send-pack.c
send-pack.h
sha1-array.c
sha1-array.h
sha1_name.c
shallow.c
submodule.c
submodule.h
t/helper/test-sha1-array.c
transport.c