]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nd/stop-setenv-work-tree' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Feb 2016 22:54:07 +0000 (14:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Feb 2016 22:54:07 +0000 (14:54 -0800)
commitd6998341d8806a1625d375025fecb95346b7dd6d
tree3064f5bcf2128a8be7b8f3216196c0f4851c0be2
parent1b0b6dd0720572dcf90c264aeb91f96a017b0f25
parentdf1e6ea87a58fc8d029efb3041d851f7d6653a1d
Merge branch 'nd/stop-setenv-work-tree' into maint

An earlier change in 2.5.x-era broke users' hooks and aliases by
exporting GIT_WORK_TREE to point at the root of the working tree,
interfering when they tried to use a different working tree without
setting GIT_WORK_TREE environment themselves.

* nd/stop-setenv-work-tree:
  Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"
environment.c
t/t0002-gitfile.sh