summaryrefslogtreecommitdiff
path: root/t/chainlint/loop-upstream-pipe.expect
blob: 0b82ecc4b96feeaa5aa81c294c2be045cf96a065 (plain)
1
2
3
4
5
6
7
8
9
10
(
	git rev-list --objects --no-object-names base..loose |
	while read oid
	do
		path="$objdir/$(test_oid_to_path "$oid")" &&
		printf "%s %d\n" "$oid" "$(test-tool chmtime --get "$path")" ||
		echo "object list generation failed for $oid"
	done |
	sort -k1
) >expect &&