This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: git and absolute Windows-style paths



> $ git add C:\\test\\file         <-- this fails despite exit code 0
[Bill Smith] 
Does it work if you do:

git add c:/test/file

We use the mixed mode paths extensively with Cygwin in our environment and it works well.  We have the issue of having to work with non-Cygwin aware Windows programs.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]