summaryrefslogtreecommitdiff
path: root/Command/Find.hs
Commit message (Expand)AuthorAge
* More commands work in direct mode repositories: find, whereis, move, copy, dr...Gravatar Joey Hess2013-01-05
* block all commands that don't work in direct modeGravatar Joey Hess2012-12-29
* avoid commits when running fix and findGravatar Joey Hess2012-11-24
* where indentationGravatar Joey Hess2012-11-12
* add routes to pause/start/cancel transfersGravatar Joey Hess2012-08-08
* fun with symbolsGravatar Joey Hess2012-03-17
* optimize monadic ||Gravatar Joey Hess2012-03-16
* hlintGravatar Joey Hess2012-02-16
* 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
* per-command optionsGravatar Joey Hess2012-01-05
* type alias cleanupGravatar Joey Hess2011-12-31
* reorder less expensive terminal firstGravatar Joey Hess2011-12-23
* find --jsonGravatar Joey Hess2011-12-23
* Format strings can be specified using the new --find option, to control what ...Gravatar Joey Hess2011-12-22
* find: Support --print0Gravatar Joey Hess2011-11-22
* better limiting of start actions to only run whenAnnexedGravatar Joey Hess2011-11-10
* clean up check selection codeGravatar Joey Hess2011-10-29
* 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
* make find show files meeting limits, even when not presentGravatar Joey Hess2011-09-18
* remove command type definitionsGravatar Joey Hess2011-09-15
* clean up params in usage displayGravatar Joey Hess2011-09-15
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* add whenM and unlessMGravatar Joey Hess2011-05-17
* refactor some boilerplateGravatar Joey Hess2011-05-15
* avoid version check before running version and upgrade commandsGravatar Joey Hess2011-03-19
* symlink touching funGravatar Joey Hess2011-03-14
* Rethink filename encoding handling for display. Since filename encoding may o...0.23Gravatar Joey Hess2011-03-12
* update unicode FilePath handlingGravatar Joey Hess2011-02-11
* Fix display of unicode filenames.Gravatar Joey Hess2011-02-10
* got rid of Core moduleGravatar Joey Hess2011-01-16
* clarify default values when no path is specifiedGravatar Joey Hess2011-01-13
* 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
* finished hlintingGravatar Joey Hess2010-11-22
* find: New subcommand.Gravatar Joey Hess2010-11-14