aboutsummaryrefslogtreecommitdiffstats
path: root/patch-ids.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-01-15 15:20:29 -0800
committerJunio C Hamano <gitster@pobox.com>2021-01-15 15:20:29 -0800
commit8b327f1784d21c52bc177b5ca75665db388d6367 (patch)
tree6a2ac96412bbb0dbc86c9c84ba2c05146dbd0fb7 /patch-ids.c
parentMerge branch 'ma/doc-pack-format-varint-for-sizes' (diff)
parenthash-lookup: rename from sha1-lookup (diff)
downloadgit-8b327f1784d21c52bc177b5ca75665db388d6367.tar.gz
git-8b327f1784d21c52bc177b5ca75665db388d6367.zip
Merge branch 'ma/sha1-is-a-hash'
Retire more names with "sha1" in it. * ma/sha1-is-a-hash: hash-lookup: rename from sha1-lookup sha1-lookup: rename `sha1_pos()` as `hash_pos()` object-file.c: rename from sha1-file.c object-name.c: rename from sha1-name.c
Diffstat (limited to 'patch-ids.c')
-rw-r--r--patch-ids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch-ids.c b/patch-ids.c
index 21973e4933..cf5e8045b7 100644
--- a/patch-ids.c
+++ b/patch-ids.c
@@ -1,7 +1,7 @@
#include "cache.h"
#include "diff.h"
#include "commit.h"
-#include "sha1-lookup.h"
+#include "hash-lookup.h"
#include "patch-ids.h"
static int patch_id_defined(struct commit *commit)