]> source.dussan.org Git - jgit.git/commit
Load the user config before modifying it 52/105652/1
authorThomas Wolf <thomas.wolf@paranor.ch>
Sat, 23 Sep 2017 09:15:27 +0000 (11:15 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Sat, 23 Sep 2017 09:15:27 +0000 (11:15 +0200)
commitc22726899522610aa30c8e6d8ea26e505dedfa8d
tree9ac977759f2a4e93f0f68e83dc4f180277a11578
parentc1fbef3cab782db50b79fac0bb6d892231acf8f5
Load the user config before modifying it

SystemReader.openUserConfig() does not load the config yet; an
explicit StoredConfig.load() is needed.

Bug: 374703
Change-Id: I1c397e2fb1a07ac4d9de3675d996417734ff90e9
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportHttp.java