123456789101112131415161718 |
- #
- # IBM Confidential
- #
- # OCO Source Materials
- #
- # BI and PM: BI
- #
- # (C) Copyright IBM Corp. 2016
- #
- # The source code for this program is not published or otherwise
- # divested of its trade secrets, irrespective of what has been
- # deposited with the U.S. Copyright Office.
- #
- # prevent JGit from trying to exec bash or native git to fetch the users local configuration.
- # This is unnecessary, creates noise in the logs, and has been seen to cause hangs.
- # See RTC 138548
- GIT_CONFIG_NOSYSTEM=no
|