1
0
Fork 0
git/t/chainlint/loop-upstream-pipe.expect
Daniel Baumann 54102a2c29
Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-23 07:43:39 +02:00

10 lines
292 B
Text

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 &&