aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk/RevCommitParseTest.java
Commit message (Expand)AuthorAgeFilesLines
* Close RevWalks in testsThomas Wolf2019-10-161-23/+43
* Parse signature of GPG-signed commitsDavid Turner2018-09-041-0/+32
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-53/+53
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-51/+51
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-34/+35
* RevCommitParseTest: Open ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2016-02-051-2/+3
* RevCommit: Better support invalid encoding headersShawn Pearce2016-01-111-0/+85
* Recognize CRLF when parsing the short message of a commit or tagRobin Rosenberg2013-06-141-0/+13
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Fix IndexOutOfBoundsException when parsing PersonIdentMarc Strapetz2011-06-141-0/+15
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-0/+21
* Correct CommitBuilder, TagBuilder method to be build()Shawn O. Pearce2010-12-031-1/+1
* Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-261-2/+13
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-1/+1
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-2/+2
* Add a public RevCommit.parse() methodShawn O. Pearce2010-08-201-0/+21
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+321