aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* RevWalk: getMergedInto's result is wrong on the second callkylezhao2021-08-131-1/+4
* Optimize RevWalkUtils.findBranchesReachableFrom()Adithya Chakilam2021-03-142-10/+41
* Introduce getMergedInto(RevCommit commit, Collection<Ref> refs)Adithya Chakilam2021-03-141-0/+114
* GPG signature verification via BouncyCastleThomas Wolf2021-02-161-2/+18
* Fix DateRevQueue tie breaks with more than 2 elementsAdithya Chakilam2021-02-071-1/+1
* Move reachability checker generation into the ObjectReader objectTerry Parker2021-01-286-401/+12
* Tag message must not include the signatureThomas Wolf2021-01-101-12/+36
* Enable GpgSigner to also sign tagsThomas Wolf2020-12-071-0/+62
* Fix wrong @since tags added in dcb0265Matthias Sohn2020-05-171-2/+2
* Merge changes I39783eee,I874503ec,Ic942a8e4,I6ec2c3e8,I62cb5030, ...Terry Parker2020-05-131-1/+32
|\
| * PackBitmapIndex: Reduce memory usage in GCYunjie Li2020-05-121-1/+32
* | Reduce BitmappedObjectReachabilityChecker visibilityIvan Frade2020-05-041-3/+1
* | Add missing @since to new APIThomas Wolf2020-05-041-0/+2
* | ObjectReachabilityCheckers: Make walk member finalIvan Frade2020-04-302-2/+2
* | UploadPack: Refactor to generalize the object reachability checksIvan Frade2020-04-283-3/+26
* | revwalk: Introduce bitmap-based object reachability checkerIvan Frade2020-04-281-0/+79
* | revwalk: Extract ObjectReachabilityChecker interfaceIvan Frade2020-04-282-57/+83
* | UploadPack: Extract walk-based reachability checkIvan Frade2020-04-281-0/+103
|/
* RevWalk: fix bad topo flags error messageAlex Spradlin2020-03-121-1/+1
* RevWalk: new topo sort to not mix lines of historyAlex Spradlin2020-03-115-2/+151
* Merge "ObjectWalk: Add null check before skip tree."Jonathan Nieder2020-03-021-1/+3
|\
| * ObjectWalk: Add null check before skip tree.Yunjie Li2020-02-261-1/+3
* | Using for-each loop in jdtLars Vogel2020-02-281-2/+2
* | Revert "RevWalk: stop mixing lines of history in topo sort"Alex Spradlin2020-02-263-33/+21
|/
* RevWalk: stop mixing lines of history in topo sortAlex Spradlin2020-02-183-21/+33
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0455-2090/+275
* Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+7
* BitmappedReachabilityChecker: Use only one bitmap for the whole checkIvan Frade2019-11-212-158/+95
* ReachabilityChecker: Receive a Stream instead of a CollectionIvan Frade2019-11-213-7/+48
* TopoSortGenerator: simplify first-parent handlingThomas Wolf2019-11-151-8/+7
* RewriteGenerator: avoid adding null parentThomas Wolf2019-11-151-3/+7
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-11/+11
* RevWalk: Traverse all parents of UNINTERESTING commitsAlex Spradlin2019-08-261-1/+3
* Merge branch 'stable-5.4'Matthias Sohn2019-08-093-4/+7
|\
| * [error prone] fix ReferenceEquality warning in RevWalk#isMergedIntoMatthias Sohn2019-08-091-2/+5
| * Fix NarrowingCompoundAssignment warnings from Error ProneDavid Pursehouse2019-08-081-1/+1
| * ObjectWalk: Prefer boolean operators over logical operators in comparisonsDavid Pursehouse2019-06-151-1/+1
* | TreeRevFilter: Refresh code to latest coding standardsIvan Frade2019-07-121-19/+22
* | Correct @since in RevWalk for the --first-parent methodsThomas Wolf2019-07-061-2/+6
* | RevWalk: Add a setFirstParent that mimics C git's --first-parentDave Borowitz2019-06-2717-32/+148
|/
* BitmapCalculator: javadoc fixesIvan Frade2019-05-271-1/+2
* RevWalkUtils: add progress callback to findBranchesReachableFromAndrey Loskutov2019-05-251-1/+41
* BitmapCalculator and its test: add missing license headerMatthias Sohn2019-05-231-0/+42
* RevWalk: new method createReachabilityChecker()Ivan Frade2019-05-223-6/+19
* ReachabilityCheckers: @since 5.4Ivan Frade2019-05-223-3/+3
* BitmappedReachabilityChecker: Reachability check using bitmapsIvan Frade2019-05-151-0/+122
* BitmapCalculator: Get the reachability bitmap of a commitIvan Frade2019-05-151-0/+93
* ReachabilityChecker: Default implementation with a RevWalkIvan Frade2019-05-152-0/+188
* tree:<depth> should not traverse overly-deep treesMatthew DeVore2019-04-161-0/+11
* Preliminary support for tree:<depth> filterMatthew DeVore2019-04-161-13/+94