This commit is contained in:
Joey Hess 2021-05-10 15:12:59 -04:00
parent 2f88d99a94
commit c12799b101
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2021-05-10T19:04:00Z"
content="""
Is it in use in git's index? git-annex addunused adds a link to the working
tree, and also stages it in the index. You said
"I rm'ed the symlink", but that would leave it in the index, so still used.
(It's also theoretically possible for git-annex unused to incorrectly
decide something is unused that is not -- it uses a bloom filter which can
have false positives -- but this is highly unlikely unless your repo has
a huge number of files in it. The annex.bloomaccuracy and annex.bloomaccuracy
configs can be used to tweak the bloom filter.)
"""]]