Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid backtraces on expected failures when built with ghc 8; only use ↵ | Joey Hess | 2016-11-15 |
| | | | | | | | | | | | | | backtraces for unexpected errors. ghc 8 added backtraces on uncaught errors. This is great, but git-annex was using error in many places for a error message targeted at the user, in some known problem case. A backtrace only confuses such a message, so omit it. Notably, commands like git annex drop that failed due to eg, numcopies, used to use error, so had a backtrace. This commit was sponsored by Ethan Aubin. | ||
* | --branch, stage 2 | Joey Hess | 2016-07-20 |
| | | | | | | | | Show branch:file that is being operated on. I had to make ActionItem a type and not a type class because withKeyOptions' passed two different types of values when using the type class, and I could not get the type checker to accept that. | ||
* | more generic showStart' | Joey Hess | 2016-07-20 |
| | |||
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
| | |||
* | convert all commands to work with optparse-applicative | Joey Hess | 2015-07-08 |
| | | | | Still no options though. | ||
* | started converting to use optparse-applicative | Joey Hess | 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. | ||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | cleanup | Joey Hess | 2014-12-29 |
| | |||
* | setpresentkey: A new plumbing-level command. | Joey Hess | 2014-12-29 |