summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-10 16:03:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-10 16:03:32 -0400
commit10edaf6dc9c5a8f091487e8ba82ac8f54697bf0c (patch)
tree92222d3879dea6ab68c1b233e2ccda855e4182b8
parentf0153f9fd7c753b12d612d1e57833abb2a7aa059 (diff)
reorder
-rw-r--r--debian/changelog12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index a72a85a8a..9bcaa4046 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,6 @@
git-annex (3.20110929) UNRELEASED; urgency=low
- * Various speed improvements gained by using ByteStrings.
* Fix referring to remotes by uuid.
- * status: List all known repositories.
- * When displaying a list of repositories, show git remote names
- in addition to their descriptions.
- * Contain the zombie hordes.
- * Add locking to avoid races when changing the git-annex branch.
* New or changed repository descriptions in uuid.log now have a timestamp,
which is used to ensure the newest description is used when the uuid.log
has been merged.
@@ -21,6 +15,12 @@ git-annex (3.20110929) UNRELEASED; urgency=low
* Now supports git's insteadOf configuration, to modify the url
used to access a remote. Note that pushInsteadOf is not used;
that and pushurl are reserved for actual git pushes. Closes: #644278
+ * status: List all known repositories.
+ * When displaying a list of repositories, show git remote names
+ in addition to their descriptions.
+ * Add locking to avoid races when changing the git-annex branch.
+ * Various speed improvements gained by using ByteStrings.
+ * Contain the zombie hordes.
-- Joey Hess <joeyh@debian.org> Thu, 29 Sep 2011 18:58:53 -0400