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