Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-05 | Use docbook-xsl to build man pages | Peter Eisentraut | 1 | -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. | |||||
2013-11-05 | Use http system identifiers | Peter Eisentraut | 1 | -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.) | |||||
2011-11-18 | Typo. Closes: #649158 | Joey Hess | 1 | -1/+1 | |
2010-09-13 | update | Joey Hess | 1 | -1/+3 | |
2010-09-13 | sponge: Ensure that output file permissions are always preserved if it ↵ | Joey Hess | 1 | -2/+6 | |
already exists. | |||||
2010-09-13 | sponge: Guarantee that output file is always updated atomically, by renaming ↵ | Joey Hess | 1 | -1/+2 | |
a temp file into place. Closes: #592144 | |||||
2010-07-12 | Add missing AUTHOR section to docbook man pages. | Joey Hess | 1 | -0/+7 | |
2009-10-31 | wording | Joey Hess | 1 | -2/+2 | |
2006-09-14 | * spongs: Output to stdout if no file is specified, useful in a pipeline | joeyh | 1 | -0/+2 | |
such as: cvs diff | sponge | patch -R -p0 Closes: #387501 | |||||
2006-03-23 | * Back to Mithandir's C sponge, now fixed. | joeyh | 1 | -0/+64 | |
2006-03-13 | releasing version 0.60.6 | joeyh | 1 | -64/+0 | |
2006-03-08 | * Indentation improvements. | joeyh | 1 | -32/+32 | |
2006-03-03 | * Switch sponge to a C implementation by mithandir. | joeyh | 1 | -0/+64 | |
* Build dep on docbook-xml. |