]> git.ipfire.org Git - thirdparty/git.git/commit
t1006: rename sha1 to oid
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 2 Oct 2023 02:40:32 +0000 (21:40 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Oct 2023 21:57:40 +0000 (14:57 -0700)
commitbaab175c1d2f51bb02a1af5afd1fe2daffed0f75
treedebabcce7547d7c5368d92595d7d588c9d98f3c6
parent48b16ab231bc20ad86dc94bcf64647a83d374a2b
t1006: rename sha1 to oid

Before I extend this test, changing the naming of the relevant
hash from sha1 to oid.  Calling the hash sha1 is incorrect today
as it can be either sha1 or sha256 depending on the value of
GIT_DEFAULT_HASH_FUNCTION when the test is called.

I plan to test sha1 and sha256 simultaneously in the same repository.
Having a name like sha1 will be even more confusing.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1006-cat-file.sh