Git for Windows apparently now implements support for symbolic links on NTFS filesystems. (See this git wiki page.)
On windows, creating symlinks is an administrator privilege by default. The wiki page explains how to give the necessary permissions to normal users. (Under the heading: "Allowing non-administrators to create symbolic links")
My problem is, that even after following this, git does not create symlinks but fails with:
error: unable to create symlink somefile.h: Permission denied
The wiki page mentions the need for UAC elevation, but the UAC prompt is never triggered.
Has anybody gotten this to work?