aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigSnapshot.java
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-6/+6
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+4
* Add recursive variant of Config.getNames() methodsMatthias Sohn2013-12-061-1/+13
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Index config section and subsection names in one passShawn O. Pearce2012-04-021-0/+126
* Sort Config entries and use O(log N) lookupShawn O. Pearce2012-03-271-2/+104
* Extract inner classes from ConfigShawn O. Pearce2012-03-271-0/+68