summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-10/+10
| | | | | | | | | | | 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 : $_'
* Removed these old/obsolete specfiles. For replacements see contrib/README. ↵Richard Jones2009-05-273-897/+10
| | | | (for Charles Duffy).
* Add support for zerofree command.Richard W.M. Jones2009-05-141-0/+1
|
* Remove the specfile from the tarball. Include contrib/ dir.Richard Jones2009-05-121-0/+461
|
* Experimental febootstrap install script.Richard Jones2009-05-084-0/+67
|
* Added RHEL/CentOS example spec file.Richard Jones2009-05-081-0/+434