summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar jody.frankowski@46af27a91b08450190f627a8fba772a61e22719f <jodyfrankowski@web>2016-02-14 17:46:39 +0000
committerGravatar admin <admin@branchable.com>2016-02-14 17:46:39 +0000
commit43f09fee1f537df6a861c5ae17e6fc104155dd7e (patch)
treea4bf7d28e529761bedd54d14d2baa9a8a56622c3 /doc/bugs
parentbf1c73cb8400f48caa5b7a2a03e95f4dc179e932 (diff)
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/annex_symlinks_too.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/annex_symlinks_too.mdwn b/doc/bugs/annex_symlinks_too.mdwn
new file mode 100644
index 000000000..baac67485
--- /dev/null
+++ b/doc/bugs/annex_symlinks_too.mdwn
@@ -0,0 +1,6 @@
+Hi,
+
+Because git annex doesn't annex symlinks, it is not possible to copy files from the a repository with a simple cp/rsync dereferencing each files. If we do this as of today, we would lose the original symlink information.
+Would it be possible to change this behavior in the future, at least with an option?
+
+Thanks