t5304: rename "sha1" variables to "oid"
commitcc80c95f42289f6288cda5c0e62f618f585e142c
authorJeff King <peff@peff.net>
Thu, 14 Feb 2019 11:07:36 +0000 (14 06:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Feb 2019 23:25:56 +0000 (14 15:25 -0800)
treebd9cafd7529e46c20f11770a67f9dfb303bdbc2e
parentc2bf473d0d60f44a22a724871ada7981e51606f9
t5304: rename "sha1" variables to "oid"

Let's make the script less jarring to read in a post-sha1 world by
using more hash-agnostic variable names.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5304-prune.sh