]> git.ipfire.org Git - thirdparty/git.git/commit - fsck.c
fsck: rename vague "oid" local variables
authorJeff King <peff@peff.net>
Fri, 18 Oct 2019 05:00:59 +0000 (01:00 -0400)
committerJunio C Hamano <gitster@pobox.com>
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsck.c