summaryrefslogtreecommitdiff
path: root/Command/FindRef.hs
Commit message (Collapse)AuthorAge
* improve typeGravatar Joey Hess2017-08-31
|
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
|
* convert FindRefGravatar Joey Hess2015-07-10
|
* convert all commands to work with optparse-applicativeGravatar Joey Hess2015-07-08
| | | | Still no options though.
* 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.
* The file matching options are now only accepted by commands that can ↵Gravatar Joey Hess2015-02-06
| | | | actually use them.
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
|
* findref: New command, like find but shows files in a specified git ref.Gravatar Joey Hess2014-04-17