mirror of
https://github.com/git/git.git
synced 2024-11-30 13:33:44 +08:00
11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
|
(
|
||
|
|
||
|
nothing &&
|
||
|
|
||
|
something
|
||
|
# LINT: swallow blank lines since final _statement_ before subshell end is
|
||
|
# LINT: significant to "&&"-check, not final _line_ (which might be blank)
|
||
|
|
||
|
|
||
|
)
|