Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | converted Log | Joey Hess | 2015-07-13 |
| | |||
* | convert Dead, and allow multiple --key options | Joey Hess | 2015-07-13 |
| | |||
* | converted MetaData, eliminating a global value from Annex state .. beautiful | Joey Hess | 2015-07-12 |
| | |||
* | converted ContentLocation, ExampleKey, LookupKey | Joey Hess | 2015-07-11 |
| | |||
* | converted Status | Joey Hess | 2015-07-11 |
| | |||
* | converted Info | Joey Hess | 2015-07-11 |
| | |||
* | converted Forget and TestRemote | Joey Hess | 2015-07-11 |
| | |||
* | converted Mirror | Joey Hess | 2015-07-10 |
| | |||
* | convert List | Joey Hess | 2015-07-10 |
| | |||
* | converted ViCfg (trivially) | Joey Hess | 2015-07-10 |
| | |||
* | convert FindRef | Joey Hess | 2015-07-10 |
| | |||
* | devblog | Joey Hess | 2015-07-10 |
| | |||
* | Merge branch 'master' into optparse-applicative | Joey Hess | 2015-07-10 |
|\ | | | | | | | | | Conflicts: debian/changelog | ||
| * | add news item for git-annex 5.20150710 | Joey Hess | 2015-07-10 |
| | | |||
| * | typo5.20150710 | Joey Hess | 2015-07-10 |
| | | |||
| * | fix man format | Joey Hess | 2015-07-10 |
| | | |||
| * | prep release | Joey Hess | 2015-07-10 |
| | | |||
* | | convert Whereis | Joey Hess | 2015-07-10 |
| | | |||
* | | convert Expire | Joey Hess | 2015-07-10 |
| | | |||
* | | convert DropUnused | Joey Hess | 2015-07-10 |
| | | |||
* | | convert Unused, and remove some dead code for old style option parsing | Joey Hess | 2015-07-10 |
| | | |||
* | | convert version command, and make --raw work when not in a git repo | Joey Hess | 2015-07-10 |
| | | |||
* | | doc updates | 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 |
| | | |||
* | | improve global options display in --help | Joey Hess | 2015-07-10 |
| | | | | | | | | | | | | Put them in the help of subcommands, not the main command. And, hide them from the synopsis, to avoid cluttering it. | ||
* | | wired up global options | Joey Hess | 2015-07-10 |
| | | | | | | | | | | | | | | Note that I ran into a problem where parsing the global options looped forever, eating memory. It was somehow caused by stacking combineGlobalSetters inside a combineGlobalSetters. Maybe due to both using "many"? Anyway, changed things to avoid that. | ||
* | | convert global options (still not used) | Joey Hess | 2015-07-10 |
| | | |||
| * | (no commit message) | peteraward@bd1992bc6d8ba02a8614d531c5b2e4df9b8815c6 | 2015-07-10 |
| | | |||
* | | wip | Joey Hess | 2015-07-09 |
| | | | | | | | | | | | | | | Current status: * building again, but several commands are commented out * still need to implement global options, file matching options, etc | ||
* | | refactor | Joey Hess | 2015-07-09 |
| | | |||
* | | wip | Joey Hess | 2015-07-09 |
| | | |||
* | | converted copy and move | Joey Hess | 2015-07-09 |
| | | | | | | | | Got a little tricky.. | ||
* | | use Alternative for parsing KeyOptions | Joey Hess | 2015-07-09 |
| | | |||
* | | use Alternative when parsing mutually exclusive fsck options | Joey Hess | 2015-07-09 |
| | | |||
* | | let optparse-applicative handle the usage display when run w/o command or ↵ | Joey Hess | 2015-07-09 |
| | | | | | | | | | | | | | | bad command Still generating the list of commands myself, to get it sorted into sections and with short synopses. | ||
* | | fix formatting of git-annex(1) synopsis | Joey Hess | 2015-07-09 |
| | | |||
* | | update fsck synopsis | Joey Hess | 2015-07-09 |
| | | |||
* | | formatting | Joey Hess | 2015-07-09 |
| | | |||
* | | let bash completion complete files | Joey Hess | 2015-07-09 |
| | | |||
* | | few more subcommand --help improvements | Joey Hess | 2015-07-09 |
| | | |||
* | | finalOpt is the same as optional | Joey Hess | 2015-07-09 |
| | | |||
| * | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2015-07-08 |
| |\ | |||
| | * | Added a comment: apt-get build-dep fails | dave@2ab82f485adf7e2ce787066e35f5f9789bff430b | 2015-07-09 |
| | | | |||
| * | | devblog | Joey Hess | 2015-07-08 |
| | | | |||
* | | | improve autocorrection code so that --bash-completion-script etc will work | Joey Hess | 2015-07-08 |
| | | | | | | | | | | | | | | | git-annex --bash-completion-script git-annex will now work; before the command autocorrection would screw it up | ||
| | * | (no commit message) | sfowijowa | 2015-07-08 |
| | | | |||
* | | | improve --help display for commands | Joey Hess | 2015-07-08 |
| | | | |||
* | | | wip | Joey Hess | 2015-07-08 |
| | | | |||
* | | | converted fsck's options to optparse-applicative | Joey Hess | 2015-07-08 |
| | | | | | | | | | | | | Global options and seeking and key options are still to be done. |