Start the 2.46 cycle
[git.git] / t / chainlint / loop-upstream-pipe.expect
blob0b82ecc4b96feeaa5aa81c294c2be045cf96a065
2         git rev-list --objects --no-object-names base..loose |
3         while read oid
4         do
5                 path="$objdir/$(test_oid_to_path "$oid")" &&
6                 printf "%s %d\n" "$oid" "$(test-tool chmtime --get "$path")" ||
7                 echo "object list generation failed for $oid"
8         done |
9         sort -k1
10 ) >expect &&