author | Christian Couder <chriscool@tuxfamily.org> | |
Thu, 26 Mar 2009 04:55:24 +0000 (05:55 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 30 Mar 2009 08:22:54 +0000 (01:22 -0700) | ||
commit | a2ad79ced25e1b76fabec079549f521e8071ddd1 | |
tree | bbaf8feb2a4da35b174f1c4701f7ab6ce81539f6 | tree | snapshot |
parent | ff62d732d826efcf271cd6c50a41f613af97aff6 | commit | diff |
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>
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 | diff | blob | history | |
bisect.c | [new file with mode: 0644] | blob |
bisect.h | [new file with mode: 0644] | blob |
builtin-rev-list.c | diff | blob | history |