repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'l10n-de-2.40' of github.com:ralfth/git
[alt-git.git]
/
t
/
chainlint
/
loop-upstream-pipe.expect
blob
0b82ecc4b96feeaa5aa81c294c2be045cf96a065
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 &&