]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
rev-list: make "bisect_list" variable local to "cmd_rev_list"
authorChristian Couder <chriscool@tuxfamily.org>
Thu, 26 Mar 2009 04:55:17 +0000 (05:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2009 08:22:54 +0000 (01:22 -0700)
commitff62d732d826efcf271cd6c50a41f613af97aff6
tree8f470bea9ce9a7d62b8676e32c33b66e1cfe196b
parent2a8177b63d39503b182248b04ffcc75e3495754c
rev-list: make "bisect_list" variable local to "cmd_rev_list"

The "bisect_list" variable was static for no reason as it is only used
in the "cmd_rev_list" function.

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