summaryrefslogtreecommitdiff
path: root/Command/DropUnused.hs
Commit message (Expand)AuthorAge
* addunused: New command, the opposite of dropunused, it relinks unused content...Gravatar Joey Hess2012-05-02
* dropunused: Allow specifying ranges to drop.Gravatar Joey Hess2012-05-02
* tweakGravatar Joey Hess2012-01-06
* look up --to and --from remote names only onceGravatar Joey Hess2012-01-06
* more command-specific optionsGravatar Joey Hess2012-01-06
* some work on avoiding partial functionsGravatar Joey Hess2011-12-09
* Bugfix: dropunused did not drop keys with two spaces in their name.Gravatar Joey Hess2011-11-27
* reorg to allow taking content lockGravatar Joey Hess2011-11-09
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* cleanupGravatar Joey Hess2011-10-31
* unused, dropunused: Now work in bare repositories.Gravatar Joey Hess2011-10-29
* clean up check selection codeGravatar Joey Hess2011-10-29
* drop --from is now supported to remove file content from a remote.Gravatar Joey Hess2011-10-28
* Fail if --from or --to is passed to commands that do not support them.Gravatar Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingGravatar Joey Hess2011-10-27
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* remove command type definitionsGravatar Joey Hess2011-09-15
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* unify elipsis handlingGravatar Joey Hess2011-07-19
* finished hlint passGravatar Joey Hess2011-07-15
* remove unused backend machineryGravatar Joey Hess2011-07-05
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
* add whenM and unlessMGravatar Joey Hess2011-05-17
* simplified a bunch of Maybe handlingGravatar Joey Hess2011-05-15
* refactor some boilerplateGravatar Joey Hess2011-05-15
* unused: Now also lists files fsck places in .git/annex/bad/Gravatar Joey Hess2011-04-29
* unused/dropunused: support --fromGravatar Joey Hess2011-04-02
* dropunused: Significantly sped up; only read unused log file once.Gravatar Joey Hess2011-03-23
* avoid version check before running version and upgrade commandsGravatar Joey Hess2011-03-19
* first pass at using new keysGravatar Joey Hess2011-03-15
* fix up commands that are trouble on bare reposGravatar Joey Hess2011-03-03
* Improved temp file handlingGravatar Joey Hess2011-01-28
* better directory handlingGravatar Joey Hess2011-01-27
* avoid crashing if run before unused log is presentGravatar Joey Hess2011-01-12
* refactor in preparation for adding a git-annex-shell commandGravatar Joey Hess2010-12-30
* rename some stuff and prepare to break out more into Command/*Gravatar Joey Hess2010-12-30
* In .gitattributes, the git-annex-numcopies attribute can be used to control t...Gravatar Joey Hess2010-11-28
* addGravatar Joey Hess2010-11-15