Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-10-11 08:52:22 +0300
committerJunio C Hamano <gitster@pobox.com>2017-10-11 08:52:22 +0300
commit54bd705a9589d33b155588aa11d3b856f252e83d (patch)
tree9687e9e746d3d00eaa7b9030b230cb4d463c9929 /Makefile
parent95649bc6f5de96a862bc23bde4764dee81532a41 (diff)
parent9e6fabde82e91366a7fea5a81e795d26bbe7e10d (diff)
Merge branch 'jt/oidmap'
Introduce a new "oidmap" API and rewrite oidset to use it. * jt/oidmap: oidmap: map with OID as key
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b143e4eea3..cd75985991 100644
--- a/Makefile
+++ b/Makefile
@@ -824,6 +824,7 @@ LIB_OBJS += notes-cache.o
LIB_OBJS += notes-merge.o
LIB_OBJS += notes-utils.o
LIB_OBJS += object.o
+LIB_OBJS += oidmap.o
LIB_OBJS += oidset.o
LIB_OBJS += packfile.o
LIB_OBJS += pack-bitmap.o