add comment (and other old comment I forgot to add earlier)

This commit is contained in:
Joey Hess 2022-08-22 12:01:29 -04:00
parent 39cdf72bc7
commit c13b3aba98
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 18 additions and 0 deletions

View file

@ -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.
"""]]

View file

@ -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.
"""]]