Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | wire tasty's option parser into the main program option parser | 2015-07-13 | |
| | | | | | This makes bash completion work for git-annex test, and is generally cleaner. | ||
* | convert WebApp; avoid duplicate arg parsing for no repo mode | 2015-07-13 | |
| | |||
* | converted Assistant and Watch; avoid duplicate arg parsing for no repo mode | 2015-07-13 | |
| | |||
* | convert Import | 2015-07-13 | |
| | |||
* | converted ImportFeed | 2015-07-13 | |
| | |||
* | converted addurl | 2015-07-13 | |
| | |||
* | converted Log | 2015-07-13 | |
| | |||
* | convert Dead, and allow multiple --key options | 2015-07-13 | |
| | |||
* | converted MetaData, eliminating a global value from Annex state .. beautiful | 2015-07-12 | |
| | |||
* | converted ContentLocation, ExampleKey, LookupKey | 2015-07-11 | |
| | |||
* | converted Status | 2015-07-11 | |
| | |||
* | converted Info | 2015-07-11 | |
| | |||
* | converted Forget and TestRemote | 2015-07-11 | |
| | |||
* | converted Mirror | 2015-07-10 | |
| | |||
* | convert List | 2015-07-10 | |
| | |||
* | converted ViCfg (trivially) | 2015-07-10 | |
| | |||
* | convert FindRef | 2015-07-10 | |
| | |||
* | convert Whereis | 2015-07-10 | |
| | |||
* | convert Expire | 2015-07-10 | |
| | |||
* | convert DropUnused | 2015-07-10 | |
| | |||
* | convert Unused, and remove some dead code for old style option parsing | 2015-07-10 | |
| | |||
* | convert version command, and make --raw work when not in a git repo | 2015-07-10 | |
| | |||
* | finished converting all the main options | 2015-07-10 | |
| | |||
* | implement withGlobalOptions, and convert Find | 2015-07-10 | |
| | |||
* | convert global options (still not used) | 2015-07-10 | |
| | |||
* | wip | 2015-07-09 | |
| | | | | | | | Current status: * building again, but several commands are commented out * still need to implement global options, file matching options, etc | ||
* | wip | 2015-07-09 | |
| | |||
* | converted copy and move | 2015-07-09 | |
| | | | | Got a little tricky.. | ||
* | let optparse-applicative handle the usage display when run w/o command or ↵ | 2015-07-09 | |
| | | | | | | | bad command Still generating the list of commands myself, to get it sorted into sections and with short synopses. | ||
* | formatting | 2015-07-09 | |
| | |||
* | convert all commands to work with optparse-applicative | 2015-07-08 | |
| | | | | Still no options though. | ||
* | started converting to use optparse-applicative | 2015-07-08 | |
| | | | | | | | | | | | | This is a work in progress. It compiles and is able to do basic command dispatch, including git autocorrection, while using optparse-applicative for the core commandline parsing. * Many commands are temporarily disabled before conversion. * Options are not wired in yet. * cmdnorepo actions don't work yet. Also, removed the [Command] list, which was only used in one place. | ||
* | Brought back the setkey plumbing command that was removed in 2011, since we ↵ | 2015-07-02 | |
| | | | | found a use case for it. Note that the command's syntax was changed for consistency. | ||
* | required: New command, like wanted, but for required content. | 2015-04-18 | |
| | | | | Also refactored some code to reduce duplication. | ||
* | contentlocationn: New plumbing command. | 2015-04-09 | |
| | |||
* | rethought distributed fsck; instead add activity.log and expire command | 2015-04-05 | |
| | | | | This is much more space efficient! | ||
* | checkpresentkey: New plumbing command to check if a key can be verified to ↵ | 2015-03-20 | |
| | | | | be present on a remote. | ||
* | readpresentkey: New plumbing command for checking location log. | 2015-03-20 | |
| | |||
* | forgot one thing | 2015-03-15 | |
| | |||
* | registerurl: New plumbing command for mass-adding urls to keys. | 2015-03-15 | |
| | |||
* | propigate ssh-options everywhere ssh caching is used | 2015-02-12 | |
| | | | | | | | | | * sync: Use the ssh-options git config when doing git pull and push. * remotedaemon: Use the ssh-options git config. Note that the rename env var means that if a new git-annex calls an old one for git-annex ssh, or a new calls an old, nothing much will go wrong; just ssh caching won't happen. | ||
* | groupwanted: New command to set the groupwanted preferred content expression. | 2015-02-06 | |
| | |||
* | update my email address and homepage url | 2015-01-21 | |
| | |||
* | setpresentkey: A new plumbing-level command. | 2014-12-29 | |
| | |||
* | diffdriver: New git-annex command, to make git external diff drivers work ↵ | 2014-11-24 | |
| | | | | | | with annexed files. Closes https://github.com/datalad/datalad/issues/18 | ||
* | undo command | 2014-11-14 | |
| | | | | This commit was sponsored by Andrew Cant. | ||
* | proxy: for all your direct mode repository munging needs | 2014-11-12 | |
| | | | | | | | This allows bypassing the direct mode guard in a safe way to do all sorts of things including git revert, git mv, git checkout ... This commit was sponsored by the WikiMedia Foundation. | ||
* | doh't use "def" for command definitions, it conflicts with Data.Default.def | 2014-10-14 | |
| | |||
* | Fix stub git-annex test support when built without tasty. | 2014-08-23 | |
| | |||
* | testremote: New command to test uploads/downloads to a remote. | 2014-08-01 | |
| | | | | | | | | | This only performs some basic tests so far; no testing of chunking or resuming. Also, the existing encryption type of the remote is used; it would be good later to derive an encrypted and a non-encrypted version of the remote and test them both. This commit was sponsored by Joseph Liu. |