mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
f4fafcbb4b82de2ea303a4e883fc96261f2354d9
…
…
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%