aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevCommitCG.java
Commit message (Expand)AuthorAgeFilesLines
* RevCommitCG: Read changed-path-filters directly from commit graphIvan Frade2023-07-261-9/+3
* CommitGraphWriter: reuse changed path filtersJonathan Tan2023-07-181-1/+1
* RevWalk: use changed path filtersJonathan Tan2023-07-181-1/+14
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+0
* Ensure parsed RevCommitCG has derived data from commit-graphkylezhao2023-04-061-4/+17
* RevWalk: integrate commit-graph with commit parsingkylezhao2023-01-101-0/+93