aboutsummaryrefslogtreecommitdiff
path: root/CmdLine/Usage.hs
Commit message (Collapse)AuthorAge
* initial export commandGravatar Joey Hess2017-08-29
| | | | | | Very basic operation works, but of course this is only the beginning. This commit was sponsored by Nick Daly on Patreon.
* reinject: Added new mode which can reinject known files into the annex.Gravatar Joey Hess2016-04-22
| | | | For example: git-annex reinject --known /mnt/backup/*
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
|
* 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.
* improve --help display for commandsGravatar Joey Hess2015-07-08
|
* support cmdnorepo actions, also using getopt-applicative thereGravatar Joey Hess2015-07-08
|
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
| | | | Still no options though.
* display cmdparamdesc in optparse-applicative usage messagesGravatar Joey Hess2015-07-08
| | | | | Since optparse-applicative display "FOO" as "[FOO]", the paramOptional modifier which wrapped it in square brackets was removed from most places.
* unused: Add --used option, which can specify a set of refs to consider used, ↵Gravatar Joey Hess2015-05-14
| | | | rather than the default of considering all refs used.
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* info: When passed the name or uuid of a remote, displays info about that remote.Gravatar Joey Hess2014-10-21
| | | | | | No per-remote-type info yet. This commit was sponsored by Stanley Yamane.
* findref: New command, like find but shows files in a specified git ref.Gravatar Joey Hess2014-04-17
|
* metadata: Add --get (from bremner)Gravatar Joey Hess2014-03-15
|
* reorganize some files and importsGravatar Joey Hess2014-01-26