diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-11 14:52:22 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-11 14:52:22 +0900 |
commit | 54bd705a9589d33b155588aa11d3b856f252e83d (patch) | |
tree | 9687e9e746d3d00eaa7b9030b230cb4d463c9929 /Makefile | |
parent | Merge branch 'jr/hash-migration-plan-doc' (diff) | |
parent | oidmap: map with OID as key (diff) | |
download | tgif-54bd705a9589d33b155588aa11d3b856f252e83d.tar.xz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |