summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-04-19 21:12:52 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-04-19 21:12:52 -0700
commite9f9d4f4b7558fc0f90268760f1b64e5d67c185c (patch)
tree6096e2feb1a06c6ce421c19e194ff265b02957fc /Makefile
parentMerge branch 'jc/dirstat' (diff)
parentsha1-lookup: make selection of 'middle' less aggressive (diff)
downloadtgif-e9f9d4f4b7558fc0f90268760f1b64e5d67c185c.tar.xz
Merge branch 'jc/sha1-lookup'
* jc/sha1-lookup: sha1-lookup: make selection of 'middle' less aggressive sha1-lookup: more memory efficient search in sorted list of SHA-1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78b7738621..9d84c8d799 100644
--- a/Makefile
+++ b/Makefile
@@ -366,6 +366,7 @@ LIB_H += refs.h
LIB_H += remote.h
LIB_H += revision.h
LIB_H += run-command.h
+LIB_H += sha1-lookup.h
LIB_H += sideband.h
LIB_H += strbuf.h
LIB_H += tag.h
@@ -446,6 +447,7 @@ LIB_OBJS += run-command.o
LIB_OBJS += server-info.o
LIB_OBJS += setup.o
LIB_OBJS += sha1_file.o
+LIB_OBJS += sha1-lookup.o
LIB_OBJS += sha1_name.o
LIB_OBJS += shallow.o
LIB_OBJS += sideband.o