]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
rev-list: make "show_bisect_vars" non static
authorChristian Couder <chriscool@tuxfamily.org>
Thu, 26 Mar 2009 04:55:35 +0000 (05:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2009 08:22:54 +0000 (01:22 -0700)
commit6a17fad73369173ca71d3adf0d4335a0c8137cb9
tree35484c4f79b38209def8022f465b18c11a4e992e
parent9996983c9c35353f352ef7c1abd9b3d2fbb21114
rev-list: make "show_bisect_vars" non static

and declare it in "bisect.h" as we will use this function later.

While at it, rename its last argument "show_all" instead of
"bisect_find_all".

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