repo.or.cz
/
git
/
raj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
submodule--helper: teach config subcommand --unset
[git/raj.git]
/
t
/
chainlint
/
pipe.test
blob
e6af4de91672f9bb9736dc598ef49e3557672b3d
1
(
2
# LINT: no "&&" needed on line ending with "|"
3
foo |
4
bar |
5
baz &&
6
7
# LINT: final line of pipe sequence ('cow') lacking "&&"
8
fish |
9
cow
10
11
sunder
12
)