summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-25 19:38:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-25 19:38:59 -0400
commita0e8ba37c69a7ce69a6bca42b4e4a20d046b3566 (patch)
tree379acacab3112e1a9e2ceb699d89d4481f793a1a
parenta8fbd5d91fc56ebedb08614bb89db2d383c9a0ad (diff)
changelog
-rw-r--r--debian/changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0a27cd12e..292931d0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,15 @@
git-annex (0.02) UNRELEASED; urgency=low
+ * New move subcommand, that can move files from or to a remote.
* New fromkey subcommand, for registering urls, etc.
* Can scp annexed files from remote hosts, and check remote hosts for
file content when dropping files.
* Add remote.annex-ignore git config setting to allow completly disabling
a given remote.
- * --from/--to can be used to limit the remote repository that git-annex
+ * --from/--to can be used to control the remote repository that git-annex
uses.
+ * --quiet can be used to avoid verbose output
+ * New plumbing-level dropkey subcommand.
-- Joey Hess <joeyh@debian.org> Thu, 21 Oct 2010 16:38:00 -0400