Re: [PATCH 1/2] t9200: On MSYS, do not pass Windows-style paths to CVS
From: Junio C Hamano <hidden> Date: 2016-06-15 22:52:46
Sebastian Schuberth [off-list ref] writes:
For details, see the commit message of 4114156ae9. Note that while using
$PWD as part of GIT_DIR is not required here, it does no harm and it is
more consistent. In addition, on MSYS using an environment variable should
be slightly faster than spawning an external executable.
Thanks. It seems that the "Dos and Dont's" from t/README needs to be
stressed a bit more strongly.