aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/revwalk/RevCommit.java
Commit message (Expand)AuthorAgeFilesLines
* RevertCommand: use only first line in revert commit messageThomas Wolf13 days1-2/+26
* RawParseUtils: utility method to get a header valueThomas Wolf2024-02-011-2/+1
* Reapply "Improve footer parsing to allow multiline footers."Ivan Frade2023-11-291-2/+3
* Revert "Improve footer parsing to allow multiline footers."Ivan Frade2023-11-291-3/+2
* Improve footer parsing to allow multiline footers.Kamil Musin2023-11-241-2/+3
* Move footer-line parsing methods from RevCommit to FooterLineNitzan Gur-Furman2023-08-011-64/+12
* RevCommitCG: Read changed-path-filters directly from commit graphIvan Frade2023-07-261-1/+2
* CommitGraphWriter: reuse changed path filtersJonathan Tan2023-07-181-1/+1
* RevWalk: use changed path filtersJonathan Tan2023-07-181-0/+15
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* Ensure parsed RevCommitCG has derived data from commit-graphkylezhao2023-04-061-1/+9
* RevWalk: integrate commit-graph with commit parsingkylezhao2023-01-101-1/+24
* Revert "Adds FilteredRevCommit that can overwrites its parents in theMatthias Sohn2022-09-061-17/+1
* Add javadoc on RevCommitRonald Bhuleskar2022-08-171-0/+5
* Adds FilteredRevCommit that can overwrites its parents in the DAG.Ronald Bhuleskar2022-08-161-1/+17
* Add missing @since tag for RevCommit#parents introduced in 61b4d105e4Matthias Sohn2022-08-121-0/+2
* Add the ability to override parents on RevCommit.Ronald Bhuleskar2022-08-021-14/+19
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+7
* Avoid using @Nullable to annotate arraysJonathan Nieder2018-10-091-1/+1
* Parse signature of GPG-signed commitsDavid Turner2018-09-041-0/+29
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* Correctly handle initialization of shallow commitsTerry Parker2018-06-261-8/+10
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-5/+5
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-5/+5
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
* Fix javadoc in org.eclipse.jgit revwalk packageMatthias Sohn2017-12-191-12/+19
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Fix carrying over flags during a RevWalkChristian Halstrick2016-09-231-1/+1
* RevCommit: Better support invalid encoding headersShawn Pearce2016-01-111-14/+51
* Expose disposeBody() on RevCommit and RevTagShawn Pearce2015-05-101-1/+13
* ObjectWalk: make setRetainBody(false) the defaultShawn Pearce2015-05-101-9/+14
* Fix StackOverflowError in RevCommit.carryFlags on deep side graphsShawn Pearce2014-03-131-16/+63
* Recognize CRLF when parsing the short message of a commit or tagRobin Rosenberg2013-06-141-1/+2
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-2/+2
* RevWalk support for shallow clonesMarc Strapetz2012-11-211-4/+14
* Use limited getCachedBytes in RevWalkShawn O. Pearce2010-08-251-2/+2
* Add a public RevCommit.parse() methodShawn O. Pearce2010-08-201-0/+48
* Make Commit class only for writingShawn O. Pearce2010-08-201-13/+0
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-1/+2
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-14/+14
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+529