summaryrefslogtreecommitdiff
path: root/Command/DropUnused.hs
Commit message (Expand)AuthorAge
* add gitAnnexTmpWorkDir and withTmpWorkDirJoey Hess2017-11-29
* AssociatedFile newtypeJoey Hess2017-03-10
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* dropunused: Make more robust when trying to drop an object that has already b...Joey Hess2015-12-03
* add VerifiedCopy data typeJoey Hess2015-10-08
* convert DropUnusedJoey Hess2015-07-10
* convert all commands to work with optparse-applicativeJoey Hess2015-07-08
* started converting to use optparse-applicativeJoey Hess2015-07-08
* refactorJoey Hess2015-04-30
* update my email address and homepage urlJoey Hess2015-01-21
* doh't use "def" for command definitions, it conflicts with Data.Default.defJoey Hess2014-10-14
* Added required content configuration.Joey Hess2014-03-29
* notifications on dropJoey Hess2014-03-22
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Joey Hess2014-02-26
* reorganize some files and importsJoey Hess2014-01-26
* reorgJoey Hess2014-01-21
* numcopies cleanup, part 2Joey Hess2014-01-21
* fix inversion of control in CommandSeek (no behavior changes)Joey Hess2014-01-20
* dropunused behavior change: Now refuses to drop the last copy of a file, unle...Joey Hess2013-07-25
* --unused: New switch that makes git-annex operate on all data found by the la...Joey Hess2013-07-03
* add section metadata to all commandsJoey Hess2013-03-24
* two types of byNameJoey Hess2013-03-05
* webapp and assistant glacier supportJoey Hess2012-11-24
* where indentationJoey Hess2012-11-12
* factor out nukeFileJoey Hess2012-06-06
* addunused: New command, the opposite of dropunused, it relinks unused content...Joey Hess2012-05-02
* dropunused: Allow specifying ranges to drop.Joey Hess2012-05-02
* tweakJoey Hess2012-01-06
* look up --to and --from remote names only onceJoey Hess2012-01-06
* more command-specific optionsJoey Hess2012-01-06
* some work on avoiding partial functionsJoey Hess2011-12-09
* Bugfix: dropunused did not drop keys with two spaces in their name.Joey Hess2011-11-27
* reorg to allow taking content lockJoey Hess2011-11-09
* reorder repo parameters lastJoey Hess2011-11-08
* cleanupJoey Hess2011-10-31
* unused, dropunused: Now work in bare repositories.Joey Hess2011-10-29
* clean up check selection codeJoey Hess2011-10-29
* drop --from is now supported to remove file content from a remote.Joey Hess2011-10-28
* Fail if --from or --to is passed to commands that do not support them.Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingJoey Hess2011-10-27
* renameJoey Hess2011-10-05
* renameJoey Hess2011-10-04
* factor out common importsJoey Hess2011-10-03
* remove command type definitionsJoey Hess2011-09-15
* split groups of related functions out of UtilityJoey Hess2011-08-22
* unify elipsis handlingJoey Hess2011-07-19
* finished hlint passJoey Hess2011-07-15
* remove unused backend machineryJoey Hess2011-07-05
* renamed GitRepo to GitJoey Hess2011-06-30
* rename modules for data types into Types/ directoryJoey Hess2011-06-01