summaryrefslogtreecommitdiff
path: root/sponge.docbook
Commit message (Collapse)AuthorAgeFilesLines
* mention that sponge cannot always atomically rename a temp fileJoey Hess2015-01-191-9/+15
|
* document that -a should be atomic (it's not implemented as such yet)Joey Hess2015-01-191-8/+17
|
* rewordJoey Hess2015-01-191-1/+2
|
* sponge: add append option '-a' (Closes: #623197)Nicolas Schier2015-01-191-1/+17
| | | | | | | | With this patch, option '-a' is introduced to append to the output file instead of doing backup and recreation. Original-by: Michael Stummvoll <michael@stummi.org> Signed-off-by: Nicolas Schier <nicolas@hjem.rpa.no>
* Use docbook-xsl to build man pagesPeter Eisentraut2013-11-051-0/+2
| | | | | | | | | Use the style sheets from docbook-xsl to build man pages from DocBook, instead of the obsolete docbook2x package. Adjust Debian build dependencies accordingly. Add some man page metadata required by the new tool chain to the sources.
* Use http system identifiersPeter Eisentraut2013-11-051-1/+1
| | | | | | This makes the DocBook files independent of particular file-system layout. On system with proper XML catalog setups, there should be no difference. (No actual HTTP calls will be made.)
* Typo. Closes: #649158Joey Hess2011-11-181-1/+1
|
* updateJoey Hess2010-09-131-1/+3
|
* sponge: Ensure that output file permissions are always preserved if it ↵Joey Hess2010-09-131-2/+6
| | | | already exists.
* sponge: Guarantee that output file is always updated atomically, by renaming ↵Joey Hess2010-09-131-1/+2
| | | | a temp file into place. Closes: #592144
* Add missing AUTHOR section to docbook man pages.Joey Hess2010-07-121-0/+7
|
* wordingJoey Hess2009-10-311-2/+2
|
* * spongs: Output to stdout if no file is specified, useful in a pipelinejoeyh2006-09-141-0/+2
| | | | | such as: cvs diff | sponge | patch -R -p0 Closes: #387501
* * Back to Mithandir's C sponge, now fixed.joeyh2006-03-231-0/+64
|
* releasing version 0.60.6joeyh2006-03-131-64/+0
|
* * Indentation improvements.joeyh2006-03-081-32/+32
|
* * Switch sponge to a C implementation by mithandir.joeyh2006-03-031-0/+64
* Build dep on docbook-xml.