]> source.dussan.org Git - jgit.git/commit
pgm daemon: fallback to user and system config if no config specified 83/156683/2
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 27 Jan 2020 22:00:57 +0000 (23:00 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 28 Jan 2020 10:24:04 +0000 (11:24 +0100)
commit187b7ad72e97adb3b20aea3b44c3f23c451ea190
tree3d7fe2f8824fc1ae254ab0cef57e685110666930
parent709f83d489b777c21ad5bbeeb3e8b1232b3f0ee5
pgm daemon: fallback to user and system config if no config specified

If a config file is passed via option --config-file then use only the
options defined in that file. This helps to concisely configure the
daemon without side effects from global and system level git configs.

Otherwise fallback to user and system level configs.

Change-Id: I242de248f257579874ad0bfe4882a22502353b1f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Daemon.java