summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-04-25 04:29:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-25 04:29:06 (GMT)
commitcac7a2ba7be9354cfc02e14b50d35c4e9cf2b4d7 (patch)
tree6fa7f0571e30a4deec89f7ff88415a0b01f990ca /Makefile
parentbedb10c7881db29b7be32e4efde1d56326ba8221 (diff)
parent065feab4ebc8e160ab025ff351d724aeda3623ad (diff)
downloadgit-cac7a2ba7be9354cfc02e14b50d35c4e9cf2b4d7.zip
git-cac7a2ba7be9354cfc02e14b50d35c4e9cf2b4d7.tar.gz
git-cac7a2ba7be9354cfc02e14b50d35c4e9cf2b4d7.tar.bz2
Merge branch 'jm/mem-pool'
An reusable "memory pool" implementation has been extracted from fast-import.c, which in turn has become the first user of the mem-pool API. * jm/mem-pool: mem-pool: move reusable parts of memory pool into its own file fast-import: introduce mem_pool type fast-import: rename mem_pool type to mp_block
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e7191a7..50da82b 100644
--- a/Makefile
+++ b/Makefile
@@ -845,6 +845,7 @@ LIB_OBJS += log-tree.o
LIB_OBJS += mailinfo.o
LIB_OBJS += mailmap.o
LIB_OBJS += match-trees.o
+LIB_OBJS += mem-pool.o
LIB_OBJS += merge.o
LIB_OBJS += merge-blobs.o
LIB_OBJS += merge-recursive.o