]> source.dussan.org Git - jgit.git/commit
Minor improvements in git config file inclusions 80/116180/3
authorThomas Wolf <thomas.wolf@paranor.ch>
Sat, 27 Jan 2018 15:06:15 +0000 (16:06 +0100)
committerThomas Wolf <thomas.wolf@paranor.ch>
Sun, 28 Jan 2018 15:13:04 +0000 (16:13 +0100)
commite12c6b58ee0284cbdf34bf325deb561a52d10340
treeb5d84d4f0757fbbf5ec93fc6c3425d1f72e5d972
parent1c43af8b9794abcad7a4ac77c352626063aa1f05
Minor improvements in git config file inclusions

* Section and key names in git config files are case-insensitive.
* If an include directive is invalid, include the line in the
  exception message.
* If inclusion of the included file fails, put the file name into
  the exception message so that the user knows in which file the
  problem is.

Change-Id: If920943af7ff93f5321b3d315dfec5222091256c
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.test/tst/org/eclipse/jgit/lib/ConfigTest.java
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/Config.java