SYNOPSIS
dpt gc [option...]DESCRIPTION
dpt gc runs git(1) garbage collection in cloned pkg-perl's repositories. It is suitable to be run from cron(1), e.g. weekly.CONFIGURATION
dpt gc uses the "DPT_PACKAGES" environment variable. If "DPT_PACKAGES" is not defined, the command fails.See dpt-config(5) for details.
OPTIONS
- -h
- Display usage information.
- -s
- Display statistics about disk usage before and after garbage collection.
- -v
- Verbose operation. Let git-gc(1) emit progress messages.
COPYRIGHT & LICENSE
Copyright 2013 Damyan Ivanov [email protected]This program is free software, licensed under the same term as perl.