diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-31 20:14:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-31 20:15:23 -0400 |
commit | 27056daccd1a2f541cd104a835a32523a532d4da (patch) | |
tree | b4b595f287efb3496f21a5f74c034e897e5da075 /debian/changelog | |
parent | 37c62eebb72fa0c216336435669cf8a05c2dbc88 (diff) |
cleanup last change
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
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 |