aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/RawParseUtils_ParsePersonIdentTest.java
Commit message (Expand)AuthorAgeFilesLines
* RawParseUtils test: Use java.time to create PersonIdentsIvan Frade2024-11-191-16/+19
* [errorprone] Fix pattern LongLiteralLowerCaseSuffixMatthias Sohn2024-04-291-3/+3
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-3/+8
* Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-261-32/+71
* Make parsing of PersonIdent from raw byte array fault-tolerant.Marc Strapetz2010-03-231-0/+100