mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
68d0598a76d095f115cefa327fdb7621dd15c35d
…
Hotfixed failure of execution of any remote ssh git operations on Windows. FileUtil.createTempFile -> File.createTempFile() because the first one returns canonical path (e.g. C:\Documents and Settings\...) while the latest one returns short path (e.g. C:\DOCUME~1\...), and msys git doesn't understand spaces in paths of environment variables (GIT_SSH, for instance) and won't fix it (http://code.google.com/p/msysgit/issues/detail?id=203).
Description
No description provided
5.8 GiB
Languages
Java
55.6%
Kotlin
29.2%
Python
8%
C
3.4%
HTML
1.7%
Other
1.5%