Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 1 | -1/+1 |
| | | | | Update all copyright dates to 2012. | ||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | virt-cat: Handle Windows paths and drive letters (RHBZ#693359). | Richard W.M. Jones | 2011-10-25 | 1 | -0/+40 |
| | |||||
* | cat: Small documentation correction. | Richard W.M. Jones | 2011-08-28 | 1 | -2/+1 |
| | |||||
* | man pages: Add a standard EXIT STATUS section to most pages. | Richard W.M. Jones | 2011-08-27 | 1 | -0/+5 |
| | |||||
* | fish: Allow -d UUID (specify libvirt domains by UUID). | Richard W.M. Jones | 2011-05-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | This applies in all the commands which use the common C option parsing code, ie: * guestfish * guestmount * virt-cat * virt-df * virt-filesystems * virt-inspector * virt-ls * virt-rescue | ||||
* | cat, edit: Reference guestfish equivalent commands in the manual pages. | Richard W.M. Jones | 2011-04-05 | 1 | -2/+26 |
| | |||||
* | New tools: virt-copy-in, virt-copy-out, virt-tar-in, virt-tar-out. | Richard W.M. Jones | 2011-01-03 | 1 | -0/+2 |
| | | | | | Relatively trivial wrappers around the equivalent guestfish commands. Change also includes new man pages. | ||||
* | docs: Remove ref to L</add-drive-opts> wrongly copied into some man pages. | Richard W.M. Jones | 2010-11-27 | 1 | -2/+1 |
| | |||||
* | cat: Fix documentation for command line with format option. | Richard W.M. Jones | 2010-11-22 | 1 | -2/+2 |
| | |||||
* | cat: Tidy up documentation for --format option. | Richard W.M. Jones | 2010-11-19 | 1 | -1/+3 |
| | |||||
* | Rewrite virt-cat in C. | Richard W.M. Jones | 2010-11-11 | 1 | -0/+200 |
With changes in the core API since 1.5, virt-cat was little more than a Perl wrapper which did some command line argument processing. Thus it could easily be rewritten in C. This version also shares core command line argument processing with guestfish and guestmount, so the options have changed slightly (old-style command line *is* supported). virt-cat -a disk.img file [file ...] virt-cat -d domname file [file ...] Several other guestfish options are supported including encryption, and with the new style multiple files can be downloaded. See the man page for details. |