(fwd) [PATCH v2] Unset variables messing with Git use

2019-11-27 Thread martin f. krafft
e@lists.zx2c4.com Cc: "martin f. krafft" Subject: [PATCH v2] Unset variables messing with Git use Message-Id: <20190813222655.3524-1-madd...@madduck.net> X-Spam: no (crm114:17.14 SA:-102.1) X-Justme: from machine in my domain This patch makes sure that variables from the envi

[PATCH v2] Unset variables messing with Git use

2019-08-13 Thread martin f. krafft
This patch makes sure that variables from the environment cannot override e.g. the Git directory to operate on, as well as other critical parts of Git operations. These variables are: - GIT_DIR - GIT_WORK_TREE - GIT_NAMESPACE - GIT_INDEX_FILE - GIT_INDEX_VERSION - GIT_OBJECT_DIRECTORY