Re: [PATCH 2/2] Windows: do not treat a path with backslashes as a remote's nick name

2017-05-22 Thread Johannes Schindelin
Hi Hannes, On Sat, 20 May 2017, Johannes Sixt wrote: > Fetching from a remote using a native Windows path produces these warnings: > > C:\Temp\gittest>git fetch C:\Temp\gittest > warning: unable to access '.git/remotes/C:\Temp\gittest': Invalid argument > warning: unable to access

[PATCH 2/2] Windows: do not treat a path with backslashes as a remote's nick name

2017-05-20 Thread Johannes Sixt
Fetching from a remote using a native Windows path produces these warnings: C:\Temp\gittest>git fetch C:\Temp\gittest warning: unable to access '.git/remotes/C:\Temp\gittest': Invalid argument warning: unable to access '.git/branches/C:\Temp\gittest': Invalid argument >From C:\Temp\gittest *