summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2009-03-26 04:55:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-30 08:22:54 (GMT)
commita2ad79ced25e1b76fabec079549f521e8071ddd1 (patch)
treebbaf8feb2a4da35b174f1c4701f7ab6ce81539f6 /Makefile
parentff62d732d826efcf271cd6c50a41f613af97aff6 (diff)
downloadgit-a2ad79ced25e1b76fabec079549f521e8071ddd1.zip
git-a2ad79ced25e1b76fabec079549f521e8071ddd1.tar.gz
git-a2ad79ced25e1b76fabec079549f521e8071ddd1.tar.bz2
rev-list: move bisect related code into its own file
This patch creates new "bisect.c" and "bisect.h" files and move bisect related code into these files. While at it, we also remove some include directives that are not needed any more from the beginning of "builtin-rev-list.c". Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 320c897..9fa2928 100644
--- a/Makefile
+++ b/Makefile
@@ -420,6 +420,7 @@ LIB_OBJS += archive-tar.o
LIB_OBJS += archive-zip.o
LIB_OBJS += attr.o
LIB_OBJS += base85.o
+LIB_OBJS += bisect.o
LIB_OBJS += blob.o
LIB_OBJS += branch.o
LIB_OBJS += bundle.o