Re: [PATCH] Windows: Always normalize paths to Windows-style

2014-05-08 Thread Junio C Hamano
Stepan Kasal writes: > This one was accepted to git, but was reverted in msysGit almost > immediately by 64a8a03. Things stayed that way for 2 years. > So it seems no one has ever actually used this code. > Consequently, I propose to revert 4dce7d9b from git. OK, let's do this. I'd like you to

Re: [PATCH] Windows: Always normalize paths to Windows-style

2014-05-08 Thread Stepan Kasal
Hello, On Wed, May 07, 2014 at 01:40:05PM -0700, Junio C Hamano wrote: > Heiko Voigt writes: > > On Mon, Apr 28, 2014 at 04:29:31PM +0200, Stepan Kasal wrote: > >> this is another patch that lives in msysGit for a long time. > >> Originally, it had two parts: > >> (Cf https://github.com/msysgit/g

Re: [PATCH] Windows: Always normalize paths to Windows-style

2014-05-07 Thread Junio C Hamano
Heiko Voigt writes: > On Mon, Apr 28, 2014 at 04:29:31PM +0200, Stepan Kasal wrote: >> this is another patch that lives in msysGit for a long time. >> Originally, it had two parts: >> (Cf https://github.com/msysgit/git/commit/64a8a03 ) >> >> 1) adding alias pwd='pwd -W' to git-sh-setup.sh >>

Re: [PATCH] Windows: Always normalize paths to Windows-style

2014-05-07 Thread Heiko Voigt
Hi, On Mon, Apr 28, 2014 at 04:29:31PM +0200, Stepan Kasal wrote: > this is another patch that lives in msysGit for a long time. > Originally, it had two parts: > (Cf https://github.com/msysgit/git/commit/64a8a03 ) > > 1) adding alias pwd='pwd -W' to git-sh-setup.sh >This one went upstream, t

Re: [PATCH] Windows: Always normalize paths to Windows-style

2014-04-28 Thread Stepan Kasal
The parent of this mail should have started a new thread. Sorry for the typo. Stepan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] Windows: Always normalize paths to Windows-style

2014-04-28 Thread Stepan Kasal
From: Heiko Voigt Date: Thu, 22 Mar 2012 19:17:03 +0100 It appears that `pwd` returns the POSIX-style or the DOS-style path depending which style the previous `cd` used. To normalize, enforce `pwd -W` in scripts. >From the original e-mail exchange: On Thu, Mar 22, 2012 at 11:13:37AM +0100, Seba