aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c8 <achilleask@web>2018-02-09 13:18:03 +0000
committerGravatar admin <admin@branchable.com>2018-02-09 13:18:03 +0000
commite200cf9cfad9103d02314faa994f8b73a0df2ff1 (patch)
tree44fe92d2cb2a475b5e905e7bd16e44dae35c524b /doc
parent5d7fdebd7206735933b3bf64df2216ce452d158e (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn b/doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn
index fd8c73256..1999477e5 100644
--- a/doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn
+++ b/doc/bugs/Symlink_support_on_Windows_10_Creators_Update_with_Developer_Mode.mdwn
@@ -12,8 +12,10 @@ v6.20180112
### Please provide any additional information below.
Since the aforementioned Windows update (commonly referred to as Creators Update), the mklink command can be executed without requiring elevated privileges if Developer mode is enabled.
See the following two articles for some background:
-- https://www.ghacks.net/2016/12/04/windows-10-creators-update-symlinks-without-elevation/
-- https://www.howtogeek.com/292914/what-is-developer-mode-in-windows-10/
+
+- [Windows 10 Creators Update: Symlinks without elevation
+ [ghacks.net]](https://www.ghacks.net/2016/12/04/windows-10-creators-update-symlinks-without-elevation/)
+- [What Is “Developer Mode” in Windows 10? [howtogeek.com]](https://www.howtogeek.com/292914/what-is-developer-mode-in-windows-10/)
It would seem that git detects this and does not disable symlinks as git-annex expects it to do on Windows.