]> source.dussan.org Git - jgit.git/commit
Do not resolve path using cygwin unless told to 31/4431/1
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 28 Oct 2011 12:58:32 +0000 (14:58 +0200)
committerSystemConfig <robin.rosenberg@dewire.com>
Fri, 28 Oct 2011 12:58:32 +0000 (14:58 +0200)
commit3ceb4fac23fe175fb0ef51977bdb67847986f992
tree216d3bd625a0e6c42872142bbead98df3ddab272
parentb6281cac01858b93b856b80d80c4dd4b915f0502
Do not resolve path using cygwin unless told to

The system property jgit.cygpath must be set to true in order
for cygwin's cygpath to be used to translate path from cygwin
namespace to Windows namespace.

The cygwin path translation should be considered deprecated.

Bug: 353389
Change-Id: I2b5234c0ab936dac67d1e232f4cd28331bf3226d
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32_Cygwin.java