cleanup last change

This commit is contained in:
Joey Hess 2011-01-31 20:14:08 -04:00
parent 37c62eebb7
commit 27056daccd
3 changed files with 33 additions and 23 deletions

3
debian/changelog vendored
View file

@ -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