]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
rev-list: move bisect related code into its own file
authorChristian Couder <chriscool@tuxfamily.org>
Thu, 26 Mar 2009 04:55:24 +0000 (05:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2009 08:22:54 +0000 (01:22 -0700)
commita2ad79ced25e1b76fabec079549f521e8071ddd1
treebbaf8feb2a4da35b174f1c4701f7ab6ce81539f6
parentff62d732d826efcf271cd6c50a41f613af97aff6
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>
Makefile
bisect.c [new file with mode: 0644]
bisect.h [new file with mode: 0644]
builtin-rev-list.c