aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java
Commit message (Expand)AuthorAgeFilesLines
* Add missing @since tags for new public methods in ConfigMatthias Sohn2013-12-111-0/+2
* Add recursive variant of Config.getNames() methodsMatthias Sohn2013-12-061-0/+27
* Mention null return in Javadoc of Config#getStringRobin Stocker2013-11-291-2/+2
* Fix Config.fromText to not skip a last line with no newlineDave Borowitz2013-02-081-1/+4
* Add additional FastForwardMode enums for different config contextsTomasz Zarna2013-01-181-1/+35
* Accept '-' instead of space in enum config valuesShawn Pearce2013-01-111-0/+6
* Revert "Add additional FastForwardMode enums for different config contexts"Shawn Pearce2013-01-111-2/+2
* Fix enum parsing from Config filesShawn Pearce2013-01-111-1/+1
* Return info about config subsection when trying to get an invalid enumTomasz Zarna2013-01-081-4/+6
* Add additional FastForwardMode enums for different config contextsTomasz Zarna2013-01-061-2/+2
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-19/+19
* Remove 86 boxing warningsKevin Sawicki2012-05-081-1/+3
* Index config section and subsection names in one passShawn O. Pearce2012-04-021-148/+10
* Sort Config entries and use O(log N) lookupShawn O. Pearce2012-03-271-37/+19
* Extract inner classes from ConfigShawn O. Pearce2012-03-271-140/+40
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Implement Config.Entry.toString() to help debuggingMatthias Sohn2011-10-271-0/+15
* Fixed ordering of Config.getSubsections(...)Jesse Greenwald2011-03-091-2/+2
* Config: Preserve existing case of names in sectionsShawn O. Pearce2011-01-061-14/+49
* Support core.autocrlf = inputShawn O. Pearce2010-09-071-0/+115
* Avoid double quotes in Git ConfigMathias Kinzler2010-09-011-3/+9
* Fix missing Configuration Change eventingMathias Kinzler2010-08-191-0/+47
* Move PackWriter configuration to PackConfigShawn O. Pearce2010-07-281-0/+15
* Allow to read configured keysMathias Kinzler2010-06-151-0/+101
* Externalize strings from JGitSasa Zivkov2010-05-191-20/+22
* s/StringBuffer/StringBuilder as appropriate where no concurrency is neededKarthik K2010-03-111-3/+3
* Add unsetSection to Config to remove an entire blockShawn O. Pearce2010-01-291-0/+42
* Don't confuse empty configuration variables with booleansShawn O. Pearce2010-01-231-3/+4
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-121-14/+5
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+1154