| Commit message (Expand) | Author | Age |
* | Removed dependency on json library; all JSON is now handled by aeson. | Joey Hess | 2016-07-26 |
* | allow using Aeson for streaming JSON output | Joey Hess | 2016-07-26 |
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
* | find --batch | Joey Hess | 2016-01-20 |
* | convert FindRef | Joey Hess | 2015-07-10 |
* | finished converting all the main options | Joey Hess | 2015-07-10 |
* | implement withGlobalOptions, and convert Find | Joey Hess | 2015-07-10 |
* | convert all commands to work with optparse-applicative | Joey Hess | 2015-07-08 |
* | started converting to use optparse-applicative | Joey Hess | 2015-07-08 |
* | The file matching options are now only accepted by commands that can actually... | Joey Hess | 2015-02-06 |
* | groundwork for parameterizing hash depth | Joey Hess | 2015-01-28 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | doh't use "def" for command definitions, it conflicts with Data.Default.def | Joey Hess | 2014-10-14 |
* | findref: New command, like find but shows files in a specified git ref. | Joey Hess | 2014-04-17 |
* | replace (Key, Backend) with Key | Joey Hess | 2014-04-17 |
* | reorganize some files and imports | Joey Hess | 2014-01-26 |
* | fix inversion of control in CommandSeek (no behavior changes) | Joey Hess | 2014-01-20 |
* | Remove --json option from commands not supporting it. | Joey Hess | 2014-01-18 |
* | Add plumbing-level lookupkey examinekey command. | Joey Hess | 2013-12-15 |
* | find: Avoid polluting stdout with progress messages. Closes: #718186 | Joey Hess | 2013-07-30 |
* | add section metadata to all commands | Joey Hess | 2013-03-24 |
* | More commands work in direct mode repositories: find, whereis, move, copy, dr... | Joey Hess | 2013-01-05 |
* | block all commands that don't work in direct mode | Joey Hess | 2012-12-29 |
* | avoid commits when running fix and find | Joey Hess | 2012-11-24 |
* | where indentation | Joey Hess | 2012-11-12 |
* | add routes to pause/start/cancel transfers | Joey Hess | 2012-08-08 |
* | fun with symbols | Joey Hess | 2012-03-17 |
* | optimize monadic || | Joey Hess | 2012-03-16 |
* | hlint | Joey Hess | 2012-02-16 |
* | tweak | Joey Hess | 2012-01-06 |
* | look up --to and --from remote names only once | Joey Hess | 2012-01-06 |
* | more command-specific options | Joey Hess | 2012-01-06 |
* | per-command options | Joey Hess | 2012-01-05 |
* | type alias cleanup | Joey Hess | 2011-12-31 |
* | reorder less expensive terminal first | Joey Hess | 2011-12-23 |
* | find --json | Joey Hess | 2011-12-23 |
* | Format strings can be specified using the new --find option, to control what ... | Joey Hess | 2011-12-22 |
* | find: Support --print0 | Joey Hess | 2011-11-22 |
* | better limiting of start actions to only run whenAnnexed | Joey Hess | 2011-11-10 |
* | clean up check selection code | Joey Hess | 2011-10-29 |
* | Fail if --from or --to is passed to commands that do not support them. | Joey Hess | 2011-10-27 |
* | refactored and generalized pre-command sanity checking | Joey Hess | 2011-10-27 |
* | rename | Joey Hess | 2011-10-05 |
* | rename | Joey Hess | 2011-10-04 |
* | factor out common imports | Joey Hess | 2011-10-03 |
* | make find show files meeting limits, even when not present | Joey Hess | 2011-09-18 |
* | remove command type definitions | Joey Hess | 2011-09-15 |
* | clean up params in usage display | Joey Hess | 2011-09-15 |
* | split groups of related functions out of Utility | Joey Hess | 2011-08-22 |
* | add whenM and unlessM | Joey Hess | 2011-05-17 |