index
:
jgit.git
master
master%private
next
servlet-4
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
stable-7.2
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
lib
/
Config.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Describe: add support for core.abbrev config option
Matthias Sohn
2022-03-02
1
-0
/
+48
*
Factor out parsing git-style size numbers to StringUtils
Thomas Wolf
2021-10-30
1
-15
/
+3
*
Add TypedConfigGetter.getPath()
Thomas Wolf
2020-09-25
1
-0
/
+36
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Merge branch 'stable-5.5'
Matthias Sohn
2019-11-11
1
-1
/
+13
|
\
|
*
SystemReader: extract updating config and its parents if outdated
Thomas Wolf
2019-11-08
1
-1
/
+13
*
|
Enable and fix "Statement unnecessarily nested within else clause" warnings
David Pursehouse
2019-10-17
1
-6
/
+5
|
/
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-10-02
1
-4
/
+2
|
\
|
*
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-10-02
1
-4
/
+2
|
|
\
|
|
*
Do not rely on ArrayIndexOutOfBoundsException to detect end of input
Saša Živkov
2019-09-27
1
-4
/
+2
*
|
|
Config: Handle reference-equality warning (and empty javadoc)
Ivan Frade
2019-06-15
1
-2
/
+3
*
|
|
Config: Add helper method to check for empty value
David Pursehouse
2019-06-11
1
-4
/
+15
*
|
|
Handle escaped CR-LF in git config files
Thomas Wolf
2019-06-08
1
-3
/
+20
|
/
/
*
|
Avoid using @Nullable to annotate arrays
Jonathan Nieder
2018-10-09
1
-2
/
+0
*
|
Config.set-methods should not touch lines from included files
Marc Strapetz
2018-09-20
1
-5
/
+12
*
|
Don't inline included configs on FileBasedConfig.save()
Marc Strapetz
2018-09-20
1
-0
/
+2
*
|
ConfigLine.includedFrom stores source, if it was read from included file
Marc Strapetz
2018-09-20
1
-5
/
+6
|
/
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
1
-2
/
+2
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
1
-2
/
+2
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-10
/
+10
*
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
1
-2
/
+3
*
Minor improvements in git config file inclusions
Thomas Wolf
2018-01-28
1
-5
/
+10
*
Config: Drop backslash in invalid escape sequences in subsections
Dave Borowitz
2017-12-21
1
-3
/
+4
*
Config: Match C git behavior more closely in escaping values
Dave Borowitz
2017-12-21
1
-6
/
+20
*
Fix javadoc in org.eclipse.jgit lib package
Matthias Sohn
2017-12-19
1
-18
/
+32
*
Config: Rewrite subsection and value escaping and parsing
Dave Borowitz
2017-12-18
1
-66
/
+125
*
Make Config.readIncludedConfig a noop by default
Shawn Pearce
2017-12-13
1
-18
/
+1
*
Config: extract method to read included config
Marc Strapetz
2017-12-04
1
-17
/
+40
*
Config: Handle leading/trailing single whitespaces
Dave Borowitz
2017-11-20
1
-3
/
+19
*
Add a getter for a list of RefSpecs to Config
Thomas Wolf
2017-08-26
1
-0
/
+18
*
Improve getting typed values from a Config
Thomas Wolf
2017-08-26
1
-203
/
+38
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-4
/
+4
*
Don't rely on default locale when using toUpperCase() and toLowerCase()
Matthias Sohn
2017-01-28
1
-1
/
+2
*
Config: do not add spaces before units
David Turner
2016-10-19
1
-3
/
+3
*
Merge branch 'stable-4.4'
Matthias Sohn
2016-07-12
1
-3
/
+10
|
\
|
*
Add method to read time unit from config
Hugo Arès
2016-07-12
1
-0
/
+120
|
*
Align include.path max depth with native git
Hugo Arès
2016-06-27
1
-1
/
+1
|
*
Config load should not fail on unsupported or nonexistent include path
Hugo Arès
2016-06-27
1
-2
/
+9
*
|
Add method to read time unit from config
Hugo Arès
2016-06-06
1
-0
/
+120
|
/
*
Support git config [include] section with absolute path(s)
Marco Miller
2016-05-21
1
-1
/
+42
*
Fix config value get to return last instead of 1st just like git
Marco Miller
2016-05-12
1
-4
/
+5
*
Remove UTF-8 checking duplication in Config lib subclasses
Marco Miller
2016-05-12
1
-0
/
+13
*
Config: Improve documentation for setStringList
Stefan Beller
2016-05-03
1
-1
/
+2
*
Revert "Config: Distinguish between empty and null strings"
Jonathan Nieder
2015-06-09
1
-1
/
+1
*
Config: Allow ending a file with "=" and no newline
Dave Borowitz
2015-06-04
1
-2
/
+0
*
Config: Distinguish between empty and null strings
Dave Borowitz
2015-06-04
1
-1
/
+1
*
Add missing @since tags for new public methods in Config
Matthias Sohn
2013-12-11
1
-0
/
+2
*
Add recursive variant of Config.getNames() methods
Matthias Sohn
2013-12-06
1
-0
/
+27
*
Mention null return in Javadoc of Config#getString
Robin Stocker
2013-11-29
1
-2
/
+2
*
Fix Config.fromText to not skip a last line with no newline
Dave Borowitz
2013-02-08
1
-1
/
+4
[next]