aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java
Commit message (Expand)AuthorAgeFilesLines
* Describe: add support for core.abbrev config optionMatthias Sohn2022-03-021-0/+48
* Factor out parsing git-style size numbers to StringUtilsThomas Wolf2021-10-301-15/+3
* Add TypedConfigGetter.getPath()Thomas Wolf2020-09-251-0/+36
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Merge branch 'stable-5.5'Matthias Sohn2019-11-111-1/+13
|\
| * SystemReader: extract updating config and its parents if outdatedThomas Wolf2019-11-081-1/+13
* | Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-6/+5
|/
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-10-021-4/+2
|\
| * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-10-021-4/+2
| |\
| | * Do not rely on ArrayIndexOutOfBoundsException to detect end of inputSaša Živkov2019-09-271-4/+2
* | | Config: Handle reference-equality warning (and empty javadoc)Ivan Frade2019-06-151-2/+3
* | | Config: Add helper method to check for empty valueDavid Pursehouse2019-06-111-4/+15
* | | Handle escaped CR-LF in git config filesThomas Wolf2019-06-081-3/+20
|/ /
* | Avoid using @Nullable to annotate arraysJonathan Nieder2018-10-091-2/+0
* | Config.set-methods should not touch lines from included filesMarc Strapetz2018-09-201-5/+12
* | Don't inline included configs on FileBasedConfig.save()Marc Strapetz2018-09-201-0/+2
* | ConfigLine.includedFrom stores source, if it was read from included fileMarc Strapetz2018-09-201-5/+6
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-10/+10
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+3
* Minor improvements in git config file inclusionsThomas Wolf2018-01-281-5/+10
* Config: Drop backslash in invalid escape sequences in subsectionsDave Borowitz2017-12-211-3/+4
* Config: Match C git behavior more closely in escaping valuesDave Borowitz2017-12-211-6/+20
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-18/+32
* Config: Rewrite subsection and value escaping and parsingDave Borowitz2017-12-181-66/+125
* Make Config.readIncludedConfig a noop by defaultShawn Pearce2017-12-131-18/+1
* Config: extract method to read included configMarc Strapetz2017-12-041-17/+40
* Config: Handle leading/trailing single whitespacesDave Borowitz2017-11-201-3/+19
* Add a getter for a list of RefSpecs to ConfigThomas Wolf2017-08-261-0/+18
* Improve getting typed values from a ConfigThomas Wolf2017-08-261-203/+38
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-4/+4
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+2
* Config: do not add spaces before unitsDavid Turner2016-10-191-3/+3
* Merge branch 'stable-4.4'Matthias Sohn2016-07-121-3/+10
|\
| * Add method to read time unit from configHugo Arès2016-07-121-0/+120
| * Align include.path max depth with native gitHugo Arès2016-06-271-1/+1
| * Config load should not fail on unsupported or nonexistent include pathHugo Arès2016-06-271-2/+9
* | Add method to read time unit from configHugo Arès2016-06-061-0/+120
|/
* Support git config [include] section with absolute path(s)Marco Miller2016-05-211-1/+42
* Fix config value get to return last instead of 1st just like gitMarco Miller2016-05-121-4/+5
* Remove UTF-8 checking duplication in Config lib subclassesMarco Miller2016-05-121-0/+13
* Config: Improve documentation for setStringListStefan Beller2016-05-031-1/+2
* Revert "Config: Distinguish between empty and null strings"Jonathan Nieder2015-06-091-1/+1
* Config: Allow ending a file with "=" and no newlineDave Borowitz2015-06-041-2/+0
* Config: Distinguish between empty and null stringsDave Borowitz2015-06-041-1/+1
* 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