aboutsummaryrefslogtreecommitdiff
path: root/Command/DropUnused.hs
Commit message (Expand)AuthorAge
* add gitAnnexTmpWorkDir and withTmpWorkDirGravatar Joey Hess2017-11-29
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* dropunused: Make more robust when trying to drop an object that has already b...Gravatar Joey Hess2015-12-03
* add VerifiedCopy data typeGravatar Joey Hess2015-10-08
* convert DropUnusedGravatar Joey Hess2015-07-10
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
* started converting to use optparse-applicativeGravatar Joey Hess2015-07-08
* refactorGravatar Joey Hess2015-04-30
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* Added required content configuration.Gravatar Joey Hess2014-03-29
* notifications on dropGravatar Joey Hess2014-03-22
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* reorganize some files and importsGravatar Joey Hess2014-01-26
* reorgGravatar Joey Hess2014-01-21
* numcopies cleanup, part 2Gravatar Joey Hess2014-01-21
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* dropunused behavior change: Now refuses to drop the last copy of a file, unle...Gravatar Joey Hess2013-07-25
* --unused: New switch that makes git-annex operate on all data found by the la...Gravatar Joey Hess2013-07-03
* add section metadata to all commandsGravatar Joey Hess2013-03-24
* two types of byNameGravatar Joey Hess2013-03-05
* webapp and assistant glacier supportGravatar Joey Hess2012-11-24
* where indentationGravatar Joey Hess2012-11-12
* factor out nukeFileGravatar Joey Hess2012-06-06
* 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