Skip to content

Commit

Permalink
t1006: rename sha1 to oid
Browse files Browse the repository at this point in the history
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" <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
ebiederm authored and gitster committed Oct 2, 2023
1 parent 48b16ab commit baab175
Showing 1 changed file with 110 additions and 110 deletions.
Loading

0 comments on commit baab175

Please sign in to comment.