]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'nd/stop-setenv-work-tree'
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Jan 2016 23:16:53 +0000 (15:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Jan 2016 23:16:53 +0000 (15:16 -0800)
commitd82d093456284e1a60db6c91f01a99b47880277f
tree13d6bb68cd2c2985b1aeb099cb8d393f72f0aabc
parent754884255bb580df159e58defa81cdd30b5c430c
parentdf1e6ea87a58fc8d029efb3041d851f7d6653a1d
Merge branch 'nd/stop-setenv-work-tree'

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