Re: [PATCH] mingw: fix regression in t1308-config-set

2016-07-14 Thread Jeff King
On Thu, Jul 14, 2016 at 09:18:18AM -0700, Junio C Hamano wrote: > I added a few missing Cc: and quoted the whole patch here to those > who were involved; I think this update is correct, but just trying > to make sure people know. > > Not limited to this particular topic, there probably are some t

Re: [PATCH] mingw: fix regression in t1308-config-set

2016-07-14 Thread Junio C Hamano
Johannes Schindelin writes: > When we tried to fix in 58461bd (t1308: do not get fooled by symbolic > links to the source tree, 2016-06-02) an obscure case where the user > cd's into Git's source code via a symbolic link, a regression was > introduced that affects all test runs on Windows. Thank

[PATCH] mingw: fix regression in t1308-config-set

2016-07-14 Thread Johannes Schindelin
When we tried to fix in 58461bd (t1308: do not get fooled by symbolic links to the source tree, 2016-06-02) an obscure case where the user cd's into Git's source code via a symbolic link, a regression was introduced that affects all test runs on Windows. The original patch introducing the test cas