fsck: rename vague "oid" local variables
authorJeff King <redacted>
Fri, 18 Oct 2019 05:00:59 +0000 (01:00 -0400)
committerJunio C Hamano <redacted>
Mon, 28 Oct 2019 05:05:18 +0000 (14:05 +0900)
commitf648ee70885ce09558101640f540ebec2013cd80
tree9f1944f8a234f76a1b566e72a1abbabdd6cb903f
parentcc579000bf289cea7f9c2e34fcb9cf67e8104616
fsck: rename vague "oid" local variables

In fsck_commit() and fsck_tag(), we have local "oid" variables used for
parsing parent and tagged-object oids. Let's give these more specific
names in preparation for the functions taking an "oid" parameter for the
object we're checking.

Signed-off-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
fsck.c
git clone https://git.99rst.org/PROJECT