Lines Matching refs:list
254 # force_config is the list of configs that we force enabled (or disabled)
2078 doprint "git rev-list --max-count=1 $commit ... ";
2079 my $sha1 = `git rev-list --max-count=1 $commit`;
3442 dodie "could not get git list";
3445 dodie "could not get git list";
3448 my @list;
3454 $list[$#list+1] = $_;
3460 if ($list[$#list] !~ /^$start/) {
3464 # go backwards in the list
3465 @list = reverse @list;
3469 foreach my $l (@list) {
3483 foreach my $item (@list) {
3493 if ($item eq $list[0] ||
3494 $item eq $list[$#list]) {
3784 # Remove this config from the list of configs
3919 # till we find a config that changes our list.
3994 # this config is needed, add it to the ignore list.