]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
rev-list: add "int bisect_show_flags" in "struct rev_list_info"
authorChristian Couder <chriscool@tuxfamily.org>
Tue, 7 Apr 2009 03:08:42 +0000 (05:08 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2009 05:12:44 +0000 (22:12 -0700)
commit13858e5770dd218e5318819d3273c916b46cf8e5
treed7f907bdc8f9b14e2e8da7080d58b58badd041e2
parentd797257eb280b67dd1f7153a66b03453c0fb927a
rev-list: add "int bisect_show_flags" in "struct rev_list_info"

This is a cleanup patch to make it easier to use the
"show_bisect_vars" function and take advantage of the rev_list_info
struct.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bisect.c
bisect.h
builtin-rev-list.c