]> source.dussan.org Git - jgit.git/commit
Fix History rendering 35/4735/1
authorChristian Halstrick <christian.halstrick@sap.com>
Fri, 2 Dec 2011 13:27:51 +0000 (14:27 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 4 Dec 2011 17:16:08 +0000 (18:16 +0100)
commit9e1b64bd3e0608abaa24f665f899cf3a0467eb0b
tree0b12449d7b6510ae006cc125838fa6fab777fe63
parentcea935ab1b6caf52b31dfd4eae9696dfcc0593a2
Fix History rendering

There was the possibility that during history rendering we draw a lane
"trough" a passed commit. Vadim Dmitriev found that out in bug 335818.
I added the needed check to that block of code where it was missing.

Bug: 335818
Change-Id: Ic944193b2aca55ff3eb0235d46afa60b7896aa0f
Signed-off-by: Christian Halstrick <christian.halstrick@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/revplot/PlotCommitList.java