summaryrefslogtreecommitdiff
path: root/Git/RefLog.hs
Commit message (Collapse)AuthorAge
* Improve error message when --in @date is used and there is no reflog for the ↵Gravatar Joey Hess2015-03-26
| | | | git-annex branch.
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* remove Read instance for RefGravatar Joey Hess2014-02-19
| | | | | | | | Removed instance, got it all to build using fromRef. (With a few things that really need to show something using a ref for debugging stubbed out.) Then added back Read instance, and made Logs.View use it for serialization. This changes the view log format.
* clean warningsGravatar Joey Hess2013-10-22
|
* add reflogGravatar Joey Hess2013-10-21