aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/GitDateParser.java
Commit message (Expand)AuthorAgeFilesLines
* GitTimeParser: A date parser using the java.time APIIvan Frade2024-11-191-0/+3
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+1
* 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-17/+32
* Fix typo in JavadocMichael Keppler2019-11-171-2/+2
* GitDateParser#ParseableSimpleDateFormat: Make formatStr private finalDavid Pursehouse2019-06-171-1/+1
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-17/+21
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Tag som non-localizable strings with NON-NLSRobin Rosenberg2014-01-101-1/+1
* Cache SimpleDateFormat in GitDateParser per localeMatthias Sohn2013-11-231-15/+77
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-27/+27
* Introduce "never" as parseable dateRobin Rosenberg2012-09-181-0/+10
* Introduce ParseExceptions for GitDateParserChristian Halstrick2012-09-171-14/+25
* Implement a parser for datesChristian Halstrick2012-08-281-0/+233