repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pack-objects: simplify --filter handling
[git/debian.git]
/
t
/
chainlint
/
chained-subshell.expect
blob
af0369d3285b177dac4d2ccbf6528aa6b76ec2f8
1
mkdir sub && (
2
cd sub &&
3
foo the bar ?!AMP?!
4
nuff said
5
) &&
6
7
cut "-d " -f actual | ( read s1 s2 s3 &&
8
test -f $s1 ?!AMP?!
9
test $(cat $s2) = tree2path1 &&
10
test $(cat $s3) = tree3path1 )