summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-27 14:39:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-27 14:39:21 -0400
commit3874b978ab36993fe3df8b5749a6d9c53eec2bfa (patch)
treed4d44880b45876f1f143c48d05292d552c9a75b7
parent563484e1354878df4a6877e4506af0d70e41b13e (diff)
update
-rw-r--r--debian/changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d0922c1c5..c3255ba27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,17 +2,20 @@ git-annex (0.02) UNRELEASED; urgency=low
* 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 move subcommand, that makes it easy to move file contents from
+ or to a remote.
* New fromkey subcommand, for registering urls, etc.
* git-annex init will now set up a pre-commit hook that fixes up symlinks
before they are committed, to ensure that moving symlinks around does not
break them.
+ * More intelligent and fast staging of modified files; git add coalescing.
* 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 addkey subcommands.
+ * Lots of bug fixes.
-- Joey Hess <joeyh@debian.org> Thu, 21 Oct 2010 16:38:00 -0400