aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/GitDateParser.java
Commit message (Expand)AuthorAgeFilesLines
* 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