aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalkUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Javadoc typoMichael Keppler2019-03-081-1/+1
* Fix javadoc in org.eclipse.jgit revwalk packageMatthias Sohn2017-12-191-18/+20
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Fix RevWalkUtils.findBranchesReachableFrom not finding some branchesRobin Stocker2014-02-111-27/+4
* Ignore non-commit refs when in RevWalkUtils.findBranchesReachableFromRobin Rosenberg2012-09-081-1/+4
* Refactored method to find branches from which a commit is reachableRobin Rosenberg2012-08-211-0/+73
* Add "--squash" option to MergeCommandTomasz Zarna2012-06-151-5/+36
* Add RevWalkUtils with count(start, end) methodRobin Stocker2012-01-161-0/+96