]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
rev-list: pass "int flags" as last argument of "show_bisect_vars"
authorChristian Couder <chriscool@tuxfamily.org>
Sun, 29 Mar 2009 09:55:43 +0000 (11:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Apr 2009 08:29:45 +0000 (01:29 -0700)
commit37c4c38d7356bf256d0297fdbac78ef8b6807fac
tree71a160a91feae0616ede3faa9e7208bfd2da6c3e
parentb74d7efb108c9d3fd2d057b0c452583552a0577a
rev-list: pass "int flags" as last argument of "show_bisect_vars"

Instead of "int show_all, int show_tried" we now only pass "int flags",
because we will add one more flag in a later patch.

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