sha1_name: consistently refer to object_context as "oc"
commitc0a487eafb63301004af424bf02b1951abdc4da7
authorJeff King <peff@peff.net>
Fri, 19 May 2017 12:52:06 +0000 (19 08:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 01:59:27 +0000 (24 10:59 +0900)
treef7e37bb3d7201e031ac678e83896aec60c550f56
parent62faad5aa5441942c333c15f3afa03a6e2dd994d
sha1_name: consistently refer to object_context as "oc"

An early version of the patch to add object_context used the
name object_resolve_context. This was later shortened to
just object_context, but the "orc" variable name stuck in a
few places.  Let's use "oc", which is used elsewhere in the
code.

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