aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/nls/NLS.java
Commit message (Expand)AuthorAgeFilesLines
* Use Map interface instead of ConcurrentHashMap classThomas Wolf2021-01-011-1/+3
* Add Git#shutdown for releasing resources held by JGit processMatthias Sohn2020-06-041-0/+9
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-2/+2
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-2/+2
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Avoid double wordsMincong HUANG2018-12-211-1/+1
* Don't subclass ThreadLocal to avoid memory leak in NLSMatthias Sohn2018-02-141-9/+17
* Fix javadoc in org.eclipse.jgit nls and notes packageMatthias Sohn2017-12-191-6/+12
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Use only a single instance for NLS translation bundlesRobin Rosenberg2010-09-261-1/+6
* Externalize strings from JGitSasa Zivkov2010-05-191-1/+2
* Fix NLS to build under Java 5Shawn O. Pearce2010-03-121-0/+1
* Provide NLS support in JGit.Sasa Zivkov2010-03-111-0/+134