server.env 493 B

123456789101112131415161718
  1. #
  2. # IBM Confidential
  3. #
  4. # OCO Source Materials
  5. #
  6. # BI and PM: BI
  7. #
  8. # (C) Copyright IBM Corp. 2016
  9. #
  10. # The source code for this program is not published or otherwise
  11. # divested of its trade secrets, irrespective of what has been
  12. # deposited with the U.S. Copyright Office.
  13. #
  14. # prevent JGit from trying to exec bash or native git to fetch the users local configuration.
  15. # This is unnecessary, creates noise in the logs, and has been seen to cause hangs.
  16. # See RTC 138548
  17. GIT_CONFIG_NOSYSTEM=no