]> git.ipfire.org Git - thirdparty/git.git/commit - bisect.c
bisect: stop referring to sha1_array
authorJeff King <peff@peff.net>
Mon, 30 Mar 2020 14:04:06 +0000 (10:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2020 17:59:08 +0000 (10:59 -0700)
commit7383b25d76e5d6465e001b02530464117fb55579
treec8d78d28aab6d2091f32a2561884ade8a2d0ccf3
parented4b804e46b177203b4035cf5a1271f50724ba1c
bisect: stop referring to sha1_array

Our join_sha1_array_hex() function long ago switched to using an
oid_array; let's change the name to match.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c