aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-03 14:07:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-03 14:07:09 -0400
commit79158e7c175d3ad13d574fab7f700f61c2efbdcc (patch)
treee15a028847b74140e73bf26e4cbf0a3839e724a3 /debian/changelog
parentca87a1e0c2588087a849a814b94d83aa93b4867a (diff)
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.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4f7a01a48..e2ce91adc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.