diff --git a/doc/bugs/git-annex-import_imports_outside_of_directory/comment_6_6d559ba943ef2a8fed285c463eb2a641._comment b/doc/bugs/git-annex-import_imports_outside_of_directory/comment_6_6d559ba943ef2a8fed285c463eb2a641._comment new file mode 100644 index 0000000000..e6108a7083 --- /dev/null +++ b/doc/bugs/git-annex-import_imports_outside_of_directory/comment_6_6d559ba943ef2a8fed285c463eb2a641._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 6""" + date="2022-08-19T17:20:24Z" + content=""" +Ok, I've changed `git-annex import` to skip symbolic links inside the +directory being imported. The directory being imported can still itself be +a symlink and that will be followed. +"""]] diff --git a/doc/bugs/git-annex-import_imports_outside_of_directory/comment_9_372c44296c1a03778e201a47ec45bee6._comment b/doc/bugs/git-annex-import_imports_outside_of_directory/comment_9_372c44296c1a03778e201a47ec45bee6._comment new file mode 100644 index 0000000000..1394031592 --- /dev/null +++ b/doc/bugs/git-annex-import_imports_outside_of_directory/comment_9_372c44296c1a03778e201a47ec45bee6._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 9""" + date="2022-08-22T15:58:12Z" + content=""" +@Ilya the old git-annex import already skipped symlinks to files. +(Along with not importing sockets, device files, etc.) +It only followed symlinks to directories. +"""]]