todo
This commit is contained in:
parent
6f1039900d
commit
8ad768fdba
1 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue