]> git.ipfire.org Git - thirdparty/git.git/commit - parse-options.h
messages: avoid SHA-1 in end-user facing messages
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Aug 2020 01:07:12 +0000 (18:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Aug 2020 16:33:37 +0000 (09:33 -0700)
commit4279000d3e11a374a0a28d8284ca2774bd842c75
treea7338cfc1b62f99b5f41697a4ac59fc0c23bd5f6
parent47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc
messages: avoid SHA-1 in end-user facing messages

There are still a handful mentions of SHA-1 when we meant the
(hexadecimal) object names in end-user facing messages.  Rewrite
them.

I was hoping that this can mostly be s/SHA-1/object name/, but
a few messages needed rephrasing to keep the result readable.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c
builtin/name-rev.c
builtin/pack-objects.c
parse-options.h
t/t0040-parse-options.sh