summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/models/RefLogEntry.java
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespace and organize importsJames Moger2013-09-301-40/+40
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Fixed reflog authorJames Moger2013-06-271-0/+3
|
* Implemented commit cache for the dashboards, activity, and project pagesJames Moger2013-06-241-1/+18
|
* Reflogs, Digests, and DashboardsJames Moger2013-06-181-0/+340
Renamed pushlog to reflog to better match it's current and future purpose. Split PushesPanel into ReflogPanel and DigestsPanel. Overhauled project pages and gave them a coherent purpose from the dashboard.