commit-reach(get_octopus_merge_bases): pass on "missing commits" errors
[git.git] / t / chainlint / chained-block.test
blob86f81ece63903fb91e0ed861d01bb38f896fabd2
1 # LINT: start of block chained to preceding command
2 echo nobody home && {
3         test the doohicky
4         right now
5 } &&
7 # LINT: preceding command pipes to block on same line
8 GIT_EXTERNAL_DIFF=echo git diff | {
9         read path oldfile oldhex oldmode newfile newhex newmode &&
10         test "z$oh" = "z$oldhex"