This commit is contained in:
Joey Hess 2024-05-14 13:57:56 -04:00
parent 6f1039900d
commit 8ad768fdba
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -10,6 +10,11 @@ will be available to users who don't use datalad.
This is implememented and working. Remaining todo list for it: This is implememented and working. Remaining todo list for it:
* git-annex unused --from remote should not treat git manifest and bundle
keys as unused, since that could lead to data loss. It's fine for
git-annex unused on the local repo to treat those as unused since they're
only a local cache.
* Test pushes that delete branches. * Test pushes that delete branches.
* Test incremental pushes that don't fast-forward. * Test incremental pushes that don't fast-forward.
@ -92,7 +97,7 @@ This is implememented and working. Remaining todo list for it:
config of a remote, but that branch write was necessary. So throwing config of a remote, but that branch write was necessary. So throwing
away the branch write is also good for this case. away the branch write is also good for this case.
Also, when the remote uses importree=yes, pushing to it updates Also, when the remote uses importtree=yes, pushing to it updates
content identifiers, which currently get recorded in the git-annex content identifiers, which currently get recorded in the git-annex
branch. It would be good to avoid that being written as well. branch. It would be good to avoid that being written as well.