On Mon, Apr 25, 2016 at 7:07 PM, Adam Dinwoodie wrote:
> [Resending as my initial attempt appears to have not made it to the
> list. Apologies if this results in a double-post.]
>
> If I attempt to `git add` an extant file specified using a Windows-style
> path on Cygwin Git, this doesn't add the
[Resending as my initial attempt appears to have not made it to the
list. Apologies if this results in a double-post.]
If I attempt to `git add` an extant file specified using a Windows-style
path on Cygwin Git, this doesn't add the file, and produces no error
message:
$ pwd # As seen by Cy
If I attempt to `git add` an extant file specified using a Windows-style
path on Cygwin Git, this doesn't add the file, and produces no error
message:
$ pwd # As seen by Cygwin
/cygdrive/c/tmp
$ cygpath -aw . # As seen by Windows
C:\tmp
$ git init
Initialized empty Git
3 matches
Mail list logo