Lines Matching refs:list
254 # force_config is the list of configs that we force enabled (or disabled)
2135 doprint "git rev-list --max-count=1 $commit ... ";
2136 my $sha1 = `git rev-list --max-count=1 $commit`;
3470 dodie "could not get git list";
3473 dodie "could not get git list";
3476 my @list;
3482 $list[$#list+1] = $_;
3488 if ($list[$#list] !~ /^$start/) {
3492 # go backwards in the list
3493 @list = reverse @list;
3497 foreach my $l (@list) {
3511 foreach my $item (@list) {
3521 if ($item eq $list[0] ||
3522 $item eq $list[$#list]) {
3796 # Remove this config from the list of configs
3930 # till we find a config that changes our list.
4005 # this config is needed, add it to the ignore list.