Sign in
code
/
git
/
7a75e549b29cfe7b4f0279625298649a28edc110
/
.
/
t
/
chainlint
/
chained-block.expect
blob: f2501bba90416a5d4eea91931574b4271619879d [
file
] [
log
] [
blame
]
2
echo nobody home
&&
{
3
test the doohicky
?!
LINT
:
missing
'&&'
?!
4
right now
5
}
&&
6
7
GIT_EXTERNAL_DIFF
=
echo git diff
|
{
8
read path oldfile oldhex oldmode newfile newhex newmode
&&
9
test
"z$oh"
=
"z$oldhex"
10
}