diff options
author | joeyh <joeyh> | 2006-09-14 19:13:26 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-09-14 19:13:26 +0000 |
commit | 08be7808b13547b5632f9a98470ca62b1f55aeee (patch) | |
tree | 0a82fd5ba5e8d8295f91029baa2e305f9929c0f1 /debian | |
parent | 14f2f08540f4bb1490ef532619ccb3d948a0d5f9 (diff) | |
download | moreutils-08be7808b13547b5632f9a98470ca62b1f55aeee.tar.gz |
* spongs: Output to stdout if no file is specified, useful in a pipeline
such as: cvs diff | sponge | patch -R -p0
Closes: #387501
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f10b43d..145692e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ moreutils (0.18) UNRELEASED; urgency=low * mispipe.docbook: Typo. Closes: #386756 + * spongs: Output to stdout if no file is specified, useful in a pipeline + such as: cvs diff | sponge | patch -R -p0 + Closes: #387501 - -- Joey Hess <joeyh@debian.org> Sat, 9 Sep 2006 18:46:41 -0400 + -- Joey Hess <joeyh@debian.org> Thu, 14 Sep 2006 15:11:55 -0400 moreutils (0.17) unstable; urgency=low |