You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Apologies if this is the wrong place to post this, but I just noticed that support for creating symlinks outside of elevated sessions was just added in #1188. (Thanks for that, by the way!)
I also noticed when installing Git for Windows 2.13.0.windows.1--which I realize does not contain #1188--that the "Enable symbolic links" setting is disabled by default. For reference, I'm referring to this dialog:
(It's checked in the above screenshot because I manually checked it, but it was originally unchecked.)
I'm curious if, in the next release of Git for Windows which includes #1188, this checkbox will default to being checked if the user is running the installer on the Windows 10 Creators Update. This seems like a reasonable default and might make life easier for Windows, but I'm not sure.
Anyways, thanks again for adding symlink support!
The text was updated successfully, but these errors were encountered:
@toolness excellent find. Could I ask you to try your hand at patching in the 0x02 flag into the installer when GetVersion() returns at least 14972 << 16, just like #1188 does for Git itself?
You need to build the installer first and then edit /usr/src/build-extra/installer/install.iss (look for CreateSymbolicLink) before making another installer that you can then test.
Hello! Apologies if this is the wrong place to post this, but I just noticed that support for creating symlinks outside of elevated sessions was just added in #1188. (Thanks for that, by the way!)
I also noticed when installing Git for Windows 2.13.0.windows.1--which I realize does not contain #1188--that the "Enable symbolic links" setting is disabled by default. For reference, I'm referring to this dialog:
(It's checked in the above screenshot because I manually checked it, but it was originally unchecked.)
I'm curious if, in the next release of Git for Windows which includes #1188, this checkbox will default to being checked if the user is running the installer on the Windows 10 Creators Update. This seems like a reasonable default and might make life easier for Windows, but I'm not sure.
Anyways, thanks again for adding symlink support!
The text was updated successfully, but these errors were encountered: