summaryrefslogtreecommitdiff
path: root/oid-array.c
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2020-12-31 11:56:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-01-04 21:01:55 (GMT)
commitbc626927575cea80b8bc5fd0dbb6c6439e34e606 (patch)
tree9baf88596421b1b93ebd46f4f4f7e7abafb8ac55 /oid-array.c
parent7a7d992d0dbd78cf1fc477cf1e1caf61833b3e41 (diff)
downloadgit-bc626927575cea80b8bc5fd0dbb6c6439e34e606.zip
git-bc626927575cea80b8bc5fd0dbb6c6439e34e606.tar.gz
git-bc626927575cea80b8bc5fd0dbb6c6439e34e606.tar.bz2
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>
Diffstat (limited to 'oid-array.c')
-rw-r--r--oid-array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/oid-array.c b/oid-array.c
index fb4c3dd..889b311 100644
--- a/oid-array.c
+++ b/oid-array.c
@@ -1,6 +1,6 @@
#include "cache.h"
#include "oid-array.h"
-#include "sha1-lookup.h"
+#include "hash-lookup.h"
void oid_array_append(struct oid_array *array, const struct object_id *oid)
{