aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* RewriteGenerator: Fully buffering of input is no longer necessarySimon Sohrt2022-05-254-22/+68
* RewriteGenerator: Suppress ReferenceEquality WarningsFabio Ponciroli2022-04-011-0/+1
* ObjectWalk: close ObjectReader on close() if neededThomas Wolf2022-01-302-4/+8
* Merge branch 'stable-5.13' into stable-6.0Thomas Wolf2021-12-261-1/+4
|\
| * TreeRevFilter: fix wrong stop when the given path disappearskylezhao2021-12-171-1/+4
* | Merge branch 'stable-5.13'Matthias Sohn2021-10-151-3/+10
|\|
| * Fix RevWalk.getMergedInto() ignores annotated tagskylezhao2021-10-081-1/+1
| * Optimize RevWalk.getMergedInto()kylezhao2021-10-081-2/+9
* | Remove redundant type argumentsThomas Wolf2021-09-302-2/+2
|/
* 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