Re: [PATCH] mingw: hot-fix t5615

2016-11-11 Thread Jeff King
On Fri, Nov 11, 2016 at 05:29:33PM +0100, Johannes Schindelin wrote: > That test made the incorrect assumption that the path separator character > is always a colon. On Windows, it is a semicolon instead. Oof, sorry about that. I remember being careful about the ";" while doing the original alt-o

Re: [PATCH] mingw: hot-fix t5615

2016-11-11 Thread Junio C Hamano
Johannes Schindelin writes: > That test made the incorrect assumption that the path separator character > is always a colon. On Windows, it is a semicolon instead. Documentation/git.txt says that GIT_ALTERNATE_OBJECT_DIRECTORIES is separated with ";" on Windows fairly clearly, and we should have

Re: [PATCH] mingw: hot-fix t5615

2016-11-11 Thread Johannes Sixt
Am 11.11.2016 um 18:06 schrieb Junio C Hamano: Johannes Schindelin writes: That test made the incorrect assumption that the path separator character is always a colon. On Windows, it is a semicolon instead. Documentation/git.txt says that GIT_ALTERNATE_OBJECT_DIRECTORIES is separated with ";

[PATCH] mingw: hot-fix t5615

2016-11-11 Thread Johannes Schindelin
That test made the incorrect assumption that the path separator character is always a colon. On Windows, it is a semicolon instead. Signed-off-by: Johannes Schindelin --- Published-As: https://github.com/dscho/git/releases/tag/t5615-path-separator-v1 Fetch-It-Via: git fetch https://github.com/dsc