summaryrefslogtreecommitdiff
path: root/Command/DiffDriver.hs
Commit message (Collapse)AuthorAge
* started converting to use optparse-applicativeGravatar Joey Hess2015-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.
* a few command usage fixesGravatar Joey Hess2015-03-25
|
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* diffdriver: New git-annex command, to make git external diff drivers work ↵Gravatar Joey Hess2014-11-24
with annexed files. Closes https://github.com/datalad/datalad/issues/18