Re: [PATCH JGIT] Do not read ~/.gitconfig during JUnit tests
From: Shawn O. Pearce <hidden> Date: 2016-06-15 22:46:29
Yann Simon [off-list ref] wrote:
Extend the SystemReader interface to add the responsability
to get the user's global configuration.
This extension is used in the JUnit tests to provide a
custom global configuration instance independant
from ~/.gitconfig.
Signed-off-by: Yann Simon <redacted>
---
This should close the issue #42.