aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* CommitTimeRevFilter: Move to java.time APIIvan Frade5 days1-17/+66
* RevertCommand: use only first line in revert commit messageThomas Wolf11 days1-2/+26
* walks: Remove deprecated #createReachabilityChecker() methodIvan Frade2024-08-292-41/+1
* ReachabilityChecker: Remove @Deprecated methodIvan Frade2024-08-291-34/+0
* Signing: refactor interfacesThomas Wolf2024-08-241-6/+21
* ObjectWalk: Remove duplicated word "the" in class documentationSergey Zakharov2024-08-091-1/+1
* Introduce GPG_SIGNATURE_PREFIX constantLuca Milanesio2024-06-071-1/+2
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+3
* TreeRevFilter: correct changedPathFilter usage for multi-paths inclusionXing Huang2024-03-181-5/+2
* Revert "StartGenerator: Fix parent rewrite with non-default RevFilter"Ivan Frade2024-02-212-10/+24
* RawParseUtils: utility method to get a header valueThomas Wolf2024-02-011-2/+1
* CherryPick: add ability to customise cherry-picked commit messageDmitrii Naumenko2024-01-281-0/+22
* Merge branch 'stable-6.8'Matthias Sohn2024-01-204-10/+192
|\
| * Merge branch 'stable-6.7' into stable-6.8Matthias Sohn2024-01-204-11/+193
| |\
| | * 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
* | | | FooterLines: handle extraction from messages without headersNitzan Gur-Furman2024-01-091-1/+5
* | | | FooterLine: Protect from ill-formed messageKamil Musin2023-12-051-3/+11
* | | | StartGenerator: Fix parent rewrite with non-default RevFilterRonald Bhuleskar2023-12-042-24/+10
* | | | Merge branch 'stable-6.8'Matthias Sohn2023-12-041-4/+12
|\| | |
| * | | Fix warnings about empty control flow statementsMatthias Sohn2023-11-291-3/+11
| * | | Suppress not-externalized string warningsMatthias Sohn2023-11-291-1/+1
* | | | FooterLine: First line cannot be a footerIvan Frade2023-11-291-0/+4
* | | | Reapply "Improve footer parsing to allow multiline footers."Ivan Frade2023-11-292-28/+30
* | | | Revert "Improve footer parsing to allow multiline footers."Ivan Frade2023-11-292-30/+28
|/ / /
* | | Improve footer parsing to allow multiline footers.Kamil Musin2023-11-242-28/+30
* | | BitmapWalker: Remove BitmapWalkListenerIvan Frade2023-11-211-82/+2
* | | BitmapWalkListener: Use plain interface with noop instanceIvan Frade2023-11-161-14/+28
* | | BitmapWalkListener: Add method and rename for commitsIvan Frade2023-11-161-10/+20
* | | BitmapWalker: announce walked objects via listener interfaceIvan Frade2023-11-151-2/+62
* | | [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-253-11/+50
* | | [errorprone] Fix invalid param in javadocMatthias Sohn2023-09-251-2/+2
|/ /
* | 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