aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revplot/PlotWalk.java
Commit message (Expand)AuthorAgeFilesLines
* Don't use deprecated Repository#getAllRefs in RepositoryMatthias Sohn2021-11-251-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-4/+3
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Avoid expensive getAllRefsByPeeledObjectId() in PlotWalk constructorThomas Wolf2018-06-151-7/+39
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-4/+4
* Fix javadoc in org.eclipse.jgit patch and revplot packageMatthias Sohn2017-12-191-3/+8
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Add lazy loading of body for tags to PlotWalkStefan Lay2012-06-041-0/+5
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Enable PlotWalk to show additional refsStefan Lay2011-07-011-0/+23
* Avoid NullPointerException in PlotCommitMathias Kinzler2011-03-141-4/+3
* Rename PlotWalk.getTags() to getRefs()Roberto Tyley2011-01-261-2/+2
* Ensure stable tag sort in PlotWalkShawn O. Pearce2010-12-031-2/+19
* Fix tag sorting in PlotWalkShawn O. Pearce2010-07-281-9/+15
* Stack Overflow in EGit History View Mathias Kinzler2010-07-281-2/+3
* Use RevTag/RevCommit to sort in a PlotWalkShawn O. Pearce2010-06-231-9/+14
* Externalize strings from JGitSasa Zivkov2010-05-191-1/+2
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+139