]> source.dussan.org Git - jgit.git/commit
Fix FileSnapshot#saveNoConfig 62/146362/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 19 Jul 2019 12:42:40 +0000 (14:42 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 19 Jul 2019 12:45:55 +0000 (14:45 +0200)
commit72d6e304b85a310d3ad271e61005eb22190b3f44
treebe8d8af090b8baef1d8eb6c8a8919d78c7fdb284
parentd8d94272770352515c129ad6d980f2b6e8179409
Fix FileSnapshot#saveNoConfig

We should not use configuration when creating FileSnapshot when
accessing FileBasedConfig.

Change-Id: Ic521632870f18bb004751642b9d30648dd94049a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileSnapshot.java