From c13b3aba98e68eb54726ee87dbd0abb6236a22d2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 22 Aug 2022 12:01:29 -0400 Subject: [PATCH] add comment (and other old comment I forgot to add earlier) --- .../comment_6_6d559ba943ef2a8fed285c463eb2a641._comment | 9 +++++++++ .../comment_9_372c44296c1a03778e201a47ec45bee6._comment | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 doc/bugs/git-annex-import_imports_outside_of_directory/comment_6_6d559ba943ef2a8fed285c463eb2a641._comment create mode 100644 doc/bugs/git-annex-import_imports_outside_of_directory/comment_9_372c44296c1a03778e201a47ec45bee6._comment 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. +"""]]