Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | reinject: Added new mode which can reinject known files into the annex. | Joey Hess | 2016-04-22 |
| | | | | For example: git-annex reinject --known /mnt/backup/* | ||
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
| | |||
* | 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. | ||
* | improve --help display for commands | Joey Hess | 2015-07-08 |
| | |||
* | support cmdnorepo actions, also using getopt-applicative there | Joey Hess | 2015-07-08 |
| | |||
* | convert all commands to work with optparse-applicative | Joey Hess | 2015-07-08 |
| | | | | Still no options though. | ||
* | display cmdparamdesc in optparse-applicative usage messages | Joey Hess | 2015-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, ↵ | Joey Hess | 2015-05-14 |
| | | | | rather than the default of considering all refs used. | ||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | info: When passed the name or uuid of a remote, displays info about that remote. | Joey Hess | 2014-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. | Joey Hess | 2014-04-17 |
| | |||
* | metadata: Add --get (from bremner) | Joey Hess | 2014-03-15 |
| | |||
* | reorganize some files and imports | Joey Hess | 2014-01-26 |