aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/nls
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-042-0/+13
* 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-043-114/+15
|/
* GlobalBundleCache: Fix ClassNewInstance warning from Error ProneDavid Pursehouse2019-06-221-2/+4
* Join catch sections using multicatchCarsten Hammer2019-04-132-6/+2
* 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-192-21/+33
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-202-3/+3
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Drop warnings about unchecked casts in a few stable select placesRobin Rosenberg2014-09-041-0/+1
* Enable NLS / TranslationBundle to be used in OSGiRĂ¼diger Herrmann2014-06-011-6/+10
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Add Javadoc description for packagesRobin Stocker2012-10-311-0/+4
* Use only a single instance for NLS translation bundlesRobin Rosenberg2010-09-261-1/+6
* Externalize strings from JGitSasa Zivkov2010-05-192-7/+15
* Fix NLS to build under Java 5Shawn O. Pearce2010-03-121-0/+1
* Provide NLS support in JGit.Sasa Zivkov2010-03-113-0/+415