]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/retire-get-sha1-hex'
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Aug 2023 17:52:30 +0000 (10:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Aug 2023 17:52:30 +0000 (10:52 -0700)
The implementation of "get_sha1_hex()" that reads a hexadecimal
string that spells a full object name has been extended to cope
with any hash function used in the repository, but the "sha1" in
its name survived.  Rename it to get_hash_hex(), a name that is
more consistent within its friends like get_hash_hex_algop().

* jc/retire-get-sha1-hex:
  hex: retire get_sha1_hex()

1  2 
packfile.c
rerere.c

diff --cc packfile.c
Simple merge
diff --cc rerere.c
Simple merge