]> git.ipfire.org Git - thirdparty/git.git/commit - t/helper/test-oid-array.c
test-tool: rename sha1-array to oid-array
authorJeff King <peff@peff.net>
Mon, 30 Mar 2020 14:04:03 +0000 (10:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2020 17:59:08 +0000 (10:59 -0700)
commited4b804e46b177203b4035cf5a1271f50724ba1c
treecce344989c3a9fa435f264d590d4a2fcc0825a23
parentfe299ec5ae7b419990bbc3efd4e6bfa3f0773b45
test-tool: rename sha1-array to oid-array

This matches the actual data structure name, as well as the source file
that contains the code we're testing. The test scripts need updating to
use the new name, as well.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
t/helper/test-oid-array.c [moved from t/helper/test-sha1-array.c with 85% similarity]
t/helper/test-tool.c
t/helper/test-tool.h
t/t0064-sha1-array.sh