dweiss commented on issue #11957: URL: https://github.com/apache/lucene/issues/11957#issuecomment-1321226220
I looked at the source and the only reason it tries to locate system git is to find out where its config files are. It's actually configurable via: ``` /** * The environment variable that blocks use of the system config file * * @since 3.3 */ public static final String GIT_CONFIG_NOSYSTEM_KEY = "GIT_CONFIG_NOSYSTEM"; ``` So maybe we can just switch it off this way? I don't think it'll make a difference for us. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org