summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* wire tasty's option parser into the main program option parserGravatar Joey Hess2015-07-13
| | | | | This makes bash completion work for git-annex test, and is generally cleaner.
* Debian package (and any other packages built using make install) now ↵Gravatar Joey Hess2015-07-13
| | | | includes bash completion.
* convert WebApp; avoid duplicate arg parsing for no repo modeGravatar Joey Hess2015-07-13
|
* converted Assistant and Watch; avoid duplicate arg parsing for no repo modeGravatar Joey Hess2015-07-13
|
* convert ImportGravatar Joey Hess2015-07-13
|
* converted ImportFeedGravatar Joey Hess2015-07-13
|
* converted addurlGravatar Joey Hess2015-07-13
|
* converted LogGravatar Joey Hess2015-07-13
|
* convert Dead, and allow multiple --key optionsGravatar Joey Hess2015-07-13
|
* converted MetaData, eliminating a global value from Annex state .. beautifulGravatar Joey Hess2015-07-12
|
* converted ContentLocation, ExampleKey, LookupKeyGravatar Joey Hess2015-07-11
|
* converted StatusGravatar Joey Hess2015-07-11
|
* converted InfoGravatar Joey Hess2015-07-11
|
* converted Forget and TestRemoteGravatar Joey Hess2015-07-11
|
* converted MirrorGravatar Joey Hess2015-07-10
|
* convert ListGravatar Joey Hess2015-07-10
|
* converted ViCfg (trivially)Gravatar Joey Hess2015-07-10
|
* convert FindRefGravatar Joey Hess2015-07-10
|
* devblogGravatar Joey Hess2015-07-10
|
* Merge branch 'master' into optparse-applicativeGravatar Joey Hess2015-07-10
|\ | | | | | | | | Conflicts: debian/changelog
| * add news item for git-annex 5.20150710Gravatar Joey Hess2015-07-10
| |
| * typo5.20150710Gravatar Joey Hess2015-07-10
| |
| * fix man formatGravatar Joey Hess2015-07-10
| |
| * prep releaseGravatar Joey Hess2015-07-10
| |
* | convert WhereisGravatar Joey Hess2015-07-10
| |
* | convert ExpireGravatar Joey Hess2015-07-10
| |
* | convert DropUnusedGravatar Joey Hess2015-07-10
| |
* | convert Unused, and remove some dead code for old style option parsingGravatar Joey Hess2015-07-10
| |
* | convert version command, and make --raw work when not in a git repoGravatar Joey Hess2015-07-10
| |
* | doc updatesGravatar Joey Hess2015-07-10
| |
* | finished converting all the main optionsGravatar Joey Hess2015-07-10
| |
* | implement withGlobalOptions, and convert FindGravatar Joey Hess2015-07-10
| |
* | improve global options display in --helpGravatar Joey Hess2015-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 optionsGravatar Joey Hess2015-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)Gravatar Joey Hess2015-07-10
| |
| * (no commit message)Gravatar peteraward@bd1992bc6d8ba02a8614d531c5b2e4df9b8815c62015-07-10
| |
* | wipGravatar Joey Hess2015-07-09
| | | | | | | | | | | | | | Current status: * building again, but several commands are commented out * still need to implement global options, file matching options, etc
* | refactorGravatar Joey Hess2015-07-09
| |
* | wipGravatar Joey Hess2015-07-09
| |
* | converted copy and moveGravatar Joey Hess2015-07-09
| | | | | | | | Got a little tricky..
* | use Alternative for parsing KeyOptionsGravatar Joey Hess2015-07-09
| |
* | use Alternative when parsing mutually exclusive fsck optionsGravatar Joey Hess2015-07-09
| |
* | let optparse-applicative handle the usage display when run w/o command or ↵Gravatar Joey Hess2015-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) synopsisGravatar Joey Hess2015-07-09
| |
* | update fsck synopsisGravatar Joey Hess2015-07-09
| |
* | formattingGravatar Joey Hess2015-07-09
| |
* | let bash completion complete filesGravatar Joey Hess2015-07-09
| |
* | few more subcommand --help improvementsGravatar Joey Hess2015-07-09
| |
* | finalOpt is the same as optionalGravatar Joey Hess2015-07-09
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-07-08
| |\