Re: Silent failure to add Windows-style paths in Cygwin Git

2016-04-25 Thread Duy Nguyen
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

Silent failure to add Windows-style paths in Cygwin Git

2016-04-25 Thread Adam Dinwoodie
[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

Silent failure to add Windows-style paths in Cygwin Git

2016-04-20 Thread Adam Dinwoodie
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