]> git.ipfire.org Git - thirdparty/git.git/commit - commit-graph.c
hash-lookup: rename from sha1-lookup
authorMartin Ågren <martin.agren@gmail.com>
Thu, 31 Dec 2020 11:56:23 +0000 (12:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Jan 2021 21:01:55 +0000 (13:01 -0800)
commitbc626927575cea80b8bc5fd0dbb6c6439e34e606
tree9baf88596421b1b93ebd46f4f4f7e7abafb8ac55
parent7a7d992d0dbd78cf1fc477cf1e1caf61833b3e41
hash-lookup: rename from sha1-lookup

Change all remnants of "sha1" in hash-lookup.c and .h and rename them to
reflect that we're not just able to handle SHA-1 these days.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
14 files changed:
Makefile
bisect.c
builtin/name-rev.c
commit-graph.c
commit.c
hash-lookup.c [moved from sha1-lookup.c with 90% similarity]
hash-lookup.h [moved from sha1-lookup.h with 78% similarity]
midx.c
object-file.c
oid-array.c
pack-bitmap-write.c
packfile.c
patch-ids.c
rerere.c