aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RewriteGenerator.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Adds FilteredRevCommit that can overwrites its parents in theMatthias Sohn2022-09-061-30/+7
* Adds FilteredRevCommit that can overwrites its parents in the DAG.Ronald Bhuleskar2022-08-161-7/+30
* Revert "Adds FilteredRevCommit that can overwrites its parents in the DAG."Ronald Bhuleskar2022-08-031-3/+3
* Adds FilteredRevCommit that can overwrites its parents in the DAG.Ronald Bhuleskar2022-08-021-3/+3
* Add the ability to override parents on RevCommit.Ronald Bhuleskar2022-08-021-6/+6
* RewriteGenerator: Fully buffering of input is no longer necessarySimon Sohrt2022-05-251-15/+53
* RewriteGenerator: Suppress ReferenceEquality WarningsFabio Ponciroli2022-04-011-0/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* RewriteGenerator: avoid adding null parentThomas Wolf2019-11-151-3/+7
* RevWalk: Add a setFirstParent that mimics C git's --first-parentDave Borowitz2019-06-271-0/+5
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-4/+4
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Remove useless for(;;) loopThomas Wolf2018-03-071-19/+17
* Rename RewriteTreeFilter to TreeRevFilter and make it publicDave Borowitz2014-06-121-2/+2
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+188