summaryrefslogtreecommitdiff
path: root/Logs/Presence.hs
Commit message (Collapse)AuthorAge
* more quickcheck funGravatar Joey Hess2012-12-19
| | | | and the code gets better..
* where indentingGravatar Joey Hess2012-11-11
|
* pointlessnessGravatar Joey Hess2012-06-29
|
* removed another 10 lines via ifMGravatar Joey Hess2012-03-16
|
* log: New command that displays the location log for file, showing each ↵Gravatar Joey Hess2012-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 abuseGravatar Joey Hess2011-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 modulesGravatar Joey Hess2011-10-15
no code changes