summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-25 20:22:37 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-25 20:22:37 -0400
commit0a4235e26e0bce14ee8d65de9e0480d23b87ed87 (patch)
treed3b2729516aa2fe716c7b644f3d881cc55f4e39d
parent4a69cb8ade2dc4572c0e8cada6bc30f38ed6bc30 (diff)
update
-rw-r--r--debian/changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 46ad2ac5d..fd1fddafd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +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.
+ * New move subcommand, that can move files from or to a remote.
+ * New fromkey subcommand, for registering urls, etc.
* Add remote.annex-ignore git config setting to allow completly disabling
a given remote.
* --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 and setkey subcommands.
+ * New plumbing-level dropkey and addkey subcommands.
-- Joey Hess <joeyh@debian.org> Thu, 21 Oct 2010 16:38:00 -0400