summaryrefslogtreecommitdiff
path: root/pack-bitmap-write.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 /pack-bitmap-write.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 'pack-bitmap-write.c')
-rw-r--r--pack-bitmap-write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack-bitmap-write.c b/pack-bitmap-write.c
index 27ece05..ae6d147 100644
--- a/pack-bitmap-write.c
+++ b/pack-bitmap-write.c
@@ -9,7 +9,7 @@
#include "pack-revindex.h"
#include "pack.h"
#include "pack-bitmap.h"
-#include "sha1-lookup.h"
+#include "hash-lookup.h"
#include "pack-objects.h"
#include "commit-reach.h"