sha1-file: prefer "loose object file" to "sha1 file" in messages
commit760113574ff6f503001e2c75b96233b8752cbc37
authorJeff King <peff@peff.net>
Mon, 7 Jan 2019 08:39:24 +0000 (7 03:39 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jan 2019 17:41:06 +0000 (8 09:41 -0800)
tree05b2d3f98213868f8b7c507b17cb5f14d8256e66
parent5d3679ee023642825a5d3c0ca1eec251588a1848
sha1-file: prefer "loose object file" to "sha1 file" in messages

When we're reporting an error for a loose object, let's use that term.
It's more consistent with other parts of Git, and it is future-proof
against changes to the hash function.

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