summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-31 20:14:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-31 20:15:23 -0400
commit27056daccd1a2f541cd104a835a32523a532d4da (patch)
treeb4b595f287efb3496f21a5f74c034e897e5da075 /debian
parent37c62eebb72fa0c216336435669cf8a05c2dbc88 (diff)
cleanup last change
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index eee71a5e9..d7edc1733 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
git-annex (0.20) UNRELEASED; urgency=low
* Preserve specified file ordering when instructed to act on multiple
- files or directories.
+ files or directories. For example, "git annex get a b" will now always
+ get "a" before "b". Previously it could operate in either order.
-- Joey Hess <joeyh@debian.org> Mon, 31 Jan 2011 20:06:02 -0400