author | Christian Couder <chriscool@tuxfamily.org> | |
Thu, 26 Mar 2009 04:55:17 +0000 (05:55 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 30 Mar 2009 08:22:54 +0000 (01:22 -0700) | ||
commit | ff62d732d826efcf271cd6c50a41f613af97aff6 | |
tree | 8f470bea9ce9a7d62b8676e32c33b66e1cfe196b | tree | snapshot |
parent | 2a8177b63d39503b182248b04ffcc75e3495754c | commit | diff |
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>
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 | diff | blob | history |