]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/loop-upstream-pipe.expect
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / chainlint / loop-upstream-pipe.expect
1 (
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 &&