sha1-file: prefer "loose object file" to "sha1 file" in messages
authorJeff King <redacted>
Mon, 7 Jan 2019 08:39:24 +0000 (03:39 -0500)
committerJunio C Hamano <redacted>
Tue, 8 Jan 2019 17:41:06 +0000 (09:41 -0800)
commit760113574ff6f503001e2c75b96233b8752cbc37
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
sha1-file.c
git clone https://git.99rst.org/PROJECT