repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence' into kn/rev-list...
[alt-git.git]
/
t
/
chainlint
/
incomplete-line.test
blob
d8566580839bc488e7168f6195af043a613daee5
1
# LINT: stitch together all incomplete \-ending lines
2
line 1 \
3
line 2 \
4
line 3 \
5
line 4 &&
6
(
7
# LINT: stitch together all incomplete \-ending lines (subshell)
8
line 5 \
9
line 6 \
10
line 7 \
11
line 8
12
)