diff options
author | josh <josh@web> | 2012-05-31 20:02:48 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-05-31 20:02:48 +0000 |
commit | 263ee1d067c8ef7361ecdb096ee227011f8d25dd (patch) | |
tree | 7dcfbaeffc6cdc4c4d68a4e0b0dd56f0990e87b2 /doc/design | |
parent | 2941d30bda3adc7420dd8f800192d7154e960bc2 (diff) |
Add explanation of how git on Windows handles symlinks.
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/windows.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/design/assistant/windows.mdwn b/doc/design/assistant/windows.mdwn index 0b176934b..89c3082a8 100644 --- a/doc/design/assistant/windows.mdwn +++ b/doc/design/assistant/windows.mdwn @@ -8,7 +8,8 @@ Stackoverflow has some details. Make git use them, as it (apparently) does not yet. -(What **does** git do on Windows when it clones a repo with symlinks?) +Currently, on Windows, git checks out symlinks as files containing the symlink +target as their contents. ## POSIX |