]> source.dussan.org Git - jgit.git/commit
FileRepository: Remove unnecessary setConfig call 38/1201738/2 71/1000671/edit-1201738/1
authorIvan Frade <ifrade@google.com>
Tue, 24 Sep 2024 23:32:31 +0000 (16:32 -0700)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 27 Sep 2024 11:07:10 +0000 (11:07 +0000)
commit4ca0d13c272366cbaa503273ab29fa28b11bcdaa
treef7aa895cfad1cda8f4e93dba28ef7558b57c436c
parentc5407a2b5967e19859d9028db2ad72c54a6f047c
FileRepository: Remove unnecessary setConfig call

The constructor of GC sets exactly the same config. Remove this
set to make clearer from where the config is coming.

Change-Id: Idb71c7827f180923092ef5392545df81960ee93a
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/file/FileRepository.java