summaryrefslogtreecommitdiffstats
path: root/bin/ecompressdir
Commit message (Expand)AuthorAgeFilesLines
* Make the ecompressdir vecho output show a leading / onZac Medico2007-12-291-2/+3
* For bug #180222, make ecompressdir use -f for the automatic decompression pha...Zac Medico2007-05-301-3/+3
* Use portable sh syntax rather than bash syntax. Thanks to drizzt. (trunk r64...Zac Medico2007-04-211-1/+1
* Use relative paths inside ecompressdir in order to avoid 'Argument list too l...Zac Medico2007-04-131-1/+4
* For bug #172539, fix ecompressdir suffix handling so that automatic decompres...Zac Medico2007-03-281-6/+6
* forcibly break all hard links so we dont need to rely on --force in compresso...Zac Medico2007-03-271-0/+4
* allow people to disable compression by setting the PORTAGE_COMPRESS variables...Zac Medico2007-03-051-9/+5
* For compatibility with older findutils, don't use the -L predicate (bug #1684...Zac Medico2007-02-271-2/+3
* add support for transparently decompressing gz/Z/bz2 files since some upstrea...Zac Medico2007-01-291-10/+36
* Use XARGS for portable xargs handling when find doesn't find any files.Zac Medico2007-01-201-1/+1
* make sure we rename links and not just what they point to #162451Mike Frysinger2007-01-161-1/+2
* use cached suffix value and if it is not valid, lets warnMike Frysinger2007-01-111-2/+5
* dont compress files that are already compressed and dont do sanity checking o...Mike Frysinger2007-01-111-8/+3
* add support for user-customizable compression #9870Mike Frysinger2007-01-111-0/+44