]> source.dussan.org Git - jgit.git/commit
Fix history rendering not to occupy too many lanes 44/4744/2
authorChristian Halstrick <christian.halstrick@sap.com>
Tue, 6 Dec 2011 22:10:03 +0000 (23:10 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 6 Dec 2011 22:10:03 +0000 (23:10 +0100)
commit251bc02840a2e722a6cf660e4adde0e63d3d2de1
tree039cf8e5fb60f477d063a662777348d25e2f9765
parent9e1b64bd3e0608abaa24f665f899cf3a0467eb0b
Fix history rendering not to occupy too many lanes

There was a bug in history rendering which caused jgit to use too
many lanes in case lanes get repositioned. Looking at commit
90c11cbaeb83ee9b02238cbd2c0e5bcf68068772 in JGit was one example. Vadim
Dmitriev found the problem and the solution.

Bug: 365460
Change-Id: I6024265b7a593dcfd4fc612d0baf6652a0092ff4
Also-by: Vadim Dmitriev <dmgloss@mail.ru>
Signed-off-by: Christian Halstrick <christian.halstrick@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/revplot/PlotCommitList.java