index
:
git.git
main
maint
master
next
seen
todo
The core git plumbing
Junio C. Hamano
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
chainlint
/
command-substitution-subsubshell.expect
blob: f2a9312dc8f2f0963c428ed23e2a7ddd2f946ff2 (
plain
)
1
2
2 OUT=$( ((large_git 1>&3) | :) 3>&1 ) && 3 test_match_signal 13 "$OUT"