aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevWalkUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+12
* Optimize RevWalkUtils.findBranchesReachableFrom()Adithya Chakilam2021-03-141-6/+3
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* RevWalkUtils: add progress callback to findBranchesReachableFromAndrey Loskutov2019-05-251-1/+41
* 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