This commit is contained in:
Joey Hess 2021-08-24 12:53:24 -04:00
parent ea9e6cf4a6
commit 21d608a276
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 3"""
date="2021-08-24T16:47:31Z"
content="""
A change in git-annex 8.20210630 is relevant to this discussion:
* Dropping an unused object with drop --unused or dropunused will
mark it as dead, preventing fsck --all from complaining about it
after it's been dropped from all repositories.
So, you should not need to remember to mark files as dead. Just cleaning
up from the migration once will suffice. Of course, you'll still need to do
whatever dropping of the unused content from remotes you want to do.
"""]]