]> Sergey Matveev's repositories - public-inbox.git/commit
qspawn: {quiet} only affects normal command exit
authorEric Wong <e@80x24.org>
Thu, 19 Jan 2023 20:32:34 +0000 (20:32 +0000)
committerEric Wong <e@80x24.org>
Thu, 19 Jan 2023 20:54:21 +0000 (20:54 +0000)
commita6a04af500851bcff8a5ef3341d522a3a0dbefe5
tree3ca3b1ccded537ecc51e43e949cba77f2f8736e0
parent143d2aecda3649bca538b77dca63972e7a28949e
qspawn: {quiet} only affects normal command exit

{quiet} is nice for quieting normal/expected errors (e.g `git diff'),
but we still want to show the command in case there's errors in
our own code.
lib/PublicInbox/Qspawn.pm