Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -4/+4 |
| | | | | | | | | | | | Do it by running this command: [exempted files are matched via .x-sc_TAB_in_indentation] git ls-files \ | pcregrep -vf .x-sc_TAB_in_indentation \ | xargs pcregrep -l '^ *\t' \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_' | ||||
* | Make Perl strings translatable using perl-libintl. | Richard Jones | 2009-07-15 | 1 | -3/+4 |
| | | | | | | | | | All Perl strings are now marked as translatable using __"string" or __x("string {placeholder}", placeholder => $_). Perl strings now get copied to the PO files. The po/POTFILES.in file is now updated automagically whenever we add new *.c, *.pl or *.pm files into the repository. | ||||
* | Only allow virt-v2v to be run on single root guests (ie. no multi-boot). | Richard Jones | 2009-07-13 | 1 | -9/+13 |
| | |||||
* | Documentation for virt-v2v. | Richard Jones | 2009-07-11 | 1 | -1/+79 |
| | |||||
* | V2V outline program. | Richard Jones | 2009-07-11 | 1 | -27/+52 |
| | |||||
* | Add --version options to virt-df, virt-inspector and virt-v2v. | Richard Jones | 2009-07-10 | 1 | -0/+15 |
| | |||||
* | Added outline of the virt-v2v script. | Richard Jones | 2009-07-10 | 3 | -0/+253 |