mirror of
https://github.com/git/git.git
synced 2024-12-16 13:27:38 +08:00
13 lines
153 B
Plaintext
13 lines
153 B
Plaintext
|
(
|
||
|
# LINT: no "&&" needed on line ending with "|"
|
||
|
foo |
|
||
|
bar |
|
||
|
baz &&
|
||
|
|
||
|
# LINT: final line of pipe sequence ('cow') lacking "&&"
|
||
|
fish |
|
||
|
cow
|
||
|
|
||
|
sunder
|
||
|
)
|