Searched refs:past_ref (Results 1 – 1 of 1) sorted by relevance
210 local -r past_ref="$2"212 for ref in "$base_ref" "$past_ref"; do241 local -r past_ref="$2"249 …printf "Checking changes to UAPI headers between %s and %s...\n" "$past_ref" "${base_ref:-dirty tr…262 check_individual_file "$base_ref" "$past_ref" "$file" &264 done < <(get_file_list "$past_ref")304 local -r past_ref="$2"308 local -r past_header="$(get_header_tree "$past_ref")/${file}"313 "$file" "$past_ref" "$base_ref" \318 compare_abi "$file" "$base_header" "$past_header" "$base_ref" "$past_ref"[all …]