Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | improve imports | Joey Hess | 2013-02-27 |
| | |||
* | move Arbitrary instances out of Test and into modules that define the types | Joey Hess | 2013-02-27 |
| | | | | This is possible now that we build-depend on QuickCheck. | ||
* | more quickcheck fun | Joey Hess | 2012-12-19 |
| | | | | and the code gets better.. | ||
* | where indenting | Joey Hess | 2012-11-11 |
| | |||
* | pointlessness | Joey Hess | 2012-06-29 |
| | |||
* | removed another 10 lines via ifM | Joey Hess | 2012-03-16 |
| | |||
* | log: New command that displays the location log for file, showing each ↵ | Joey Hess | 2012-01-06 |
| | | | | | | | | | | | | | | | repository they were added to and removed from. This needs to run git log on the location log files to get at all past versions of the file, which tends to be a bit slow. It would be possible to make a version optimised for showing the location logs for every key. That would only need to run git log once, so would be faster, but it would need to process an enormous amount of data, so would not speed up the individual file case. In the future it would be nice to support log --format. log --json also doesn't work right yet. | ||
* | clean up read/show abuse | Joey Hess | 2011-11-08 |
| | | | | | | | Avoid ever using read to parse a non-haskell formatted input string. show :: Key is arguably still show abuse, but displaying Keys as filenames is just too useful to give up. | ||
* | reorganize log modules | Joey Hess | 2011-10-15 |
no code changes |