summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/BranchGraphServlet.java
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace and organize importsJames Moger2013-09-301-5/+5
* Fix width calculation in branch graph when there are 0 or 1 commitsJames Moger2013-09-271-24/+28
* Improve non-visible parent lane rendering for BranchGraphServletJames Moger2013-09-181-5/+27
* Improve the rendering of the branch graph for summary pageJames Moger2013-09-181-3/+4
* Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)James Moger2013-09-171-0/+363