aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.6' into stable-6.7Matthias Sohn2024-01-204-11/+193
|\
| * Introduce a PriorityQueue sorting RevCommits by commit timestampLuca Milanesio2024-01-194-15/+193
* | Add missing @since tagsMatthias Sohn2023-08-021-0/+4
* | Move footer-line parsing methods from RevCommit to FooterLineNitzan Gur-Furman2023-08-012-64/+117
* | RevCommitCG: Read changed-path-filters directly from commit graphIvan Frade2023-07-264-13/+7
* | Add missing @since tags for new API methodsMatthias Sohn2023-07-251-0/+3
* | Identify a commit that generates a diffEntry on a rename Event.Ronald Bhuleskar2023-07-242-3/+27
* | CommitGraphWriter: reuse changed path filtersJonathan Tan2023-07-182-2/+2
* | RevWalk: use changed path filtersJonathan Tan2023-07-185-8/+114
* | Fix all Javadoc warnings and fail on themAntoine Musso2023-06-1634-69/+47
|/
* RevWalk: use generation number to optimize getMergedInto()kylezhao2023-04-121-0/+10
* Ensure parsed RevCommitCG has derived data from commit-graphkylezhao2023-04-062-5/+26
* ObjectReader: Allow getCommitGraph to throw IOExceptionXing Huang2023-02-071-2/+7
* RevWalk: integrate commit-graph with commit parsingkylezhao2023-01-103-1/+168
* Revert "Adds FilteredRevCommit that can overwrites its parents in theMatthias Sohn2022-09-063-142/+8
* Add javadoc on RevCommitRonald Bhuleskar2022-08-171-0/+5
* Adds FilteredRevCommit that can overwrites its parents in the DAG.Ronald Bhuleskar2022-08-163-8/+142
* Add missing @since tag for RevCommit#parents introduced in 61b4d105e4Matthias Sohn2022-08-121-0/+2
* Revert "Adds FilteredRevCommit that can overwrites its parents in the DAG."Ronald Bhuleskar2022-08-032-118/+3
* Adds FilteredRevCommit that can overwrites its parents in the DAG.Ronald Bhuleskar2022-08-022-3/+118
* Add the ability to override parents on RevCommit.Ronald Bhuleskar2022-08-0211-79/+88
* 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