no migrate --all for now
migrate wants to know the associated filename, in order to look up the new backend. Can't do that with --all migrate --all --backend=newvalue could be useful to support, in the future.
This commit is contained in:
parent
ebfd6fc2fe
commit
c0a5b669ea
1 changed files with 2 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -2,8 +2,8 @@ git-annex (4.20130628) UNRELEASED; urgency=low
|
|||
|
||||
* --all: New switch that makes git-annex operate on all data stored
|
||||
in the git annex, including old versions of files. Supported by
|
||||
fsck, get, move, copy, migrate.
|
||||
* get, move, copy, migrate: Can now be run in a bare repository,
|
||||
fsck, get, move, copy.
|
||||
* get, move, copy: Can now be run in a bare repository,
|
||||
like fsck already could. --all is enabled automatically in this case.
|
||||
* webapp: Fix ssh setup with nonstandard port, broken in last release.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue