]> source.dussan.org Git - jgit.git/commit
FS: debug logging only if system config file cannot be found 16/188216/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Sun, 28 Nov 2021 10:42:20 +0000 (11:42 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 28 Nov 2021 11:01:04 +0000 (12:01 +0100)
commit122237439daee43956fe9f4255365afd40823e21
tree3957a90678814937adaf7e3e60bdf0182dd978ed
parent6aa29d1166137372ae0948d180a9f88e9edd4b94
FS: debug logging only if system config file cannot be found

The command 'git config --system --show-origin --list -z' fails if
the system config doesn't exist. Use debug logging instead of a
warning for failures of that command. Typically the user cannot do
anything about it anyway, and JGit will just work without system
config.

Bug: 577492
Change-Id: If628ab376182183aea57a385c169e144d371bbb2
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java