]> err.no Git - moreutils/commit
put back optimisation when outputting to stdout
authorJoey Hess <joey@kitenet.net>
Mon, 13 Sep 2010 20:33:56 +0000 (16:33 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 13 Sep 2010 20:33:56 +0000 (16:33 -0400)
commit32b1e7134b8f07cd3e16d4e3dc7414cbf1305e07
tree32e5b89e0cfdf006d0d77c22b7e320038989bac3
parent1ac3e2c08bae4bd8e5e771dab94564d79638d414
put back optimisation when outputting to stdout

Recent changes made it always write to the tmp file, even if it was just
going to send a small quantity of data to stdout. Bring back optimisation
to avoid temp file in that case.
sponge.c