summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-16 00:07:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-16 00:07:06 -0400
commit84784e2ca1ababf21342cba36f7e65b4c3cd303b (patch)
treeb72374614adaffc84f33d518eca0b1aa7c9d62f5
parent6d0af3b211f820b2679fe4565179b890e982bd35 (diff)
cleanup
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 37578f597..46518b2a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,14 +6,14 @@ git-annex (3.20111112) UNRELEASED; urgency=low
no longer needs to auto-merge.
* init: When run in an already initalized repository, and without
a description specified, don't delete the old description.
- * Optimised union merging; now only runs git cat-file once.
+ * Optimised union merging; now only runs git cat-file once, and runs
+ in constant space.
* status: Now displays trusted, untrusted, and semitrusted repositories
separately.
* status: Fix --json mode (only the repository lists are currently
displayed)
* status: --fast is back
* Fix support for insteadOf url remapping. Closes: #644278
- * merge: Now runs in constant space.
-- Joey Hess <joeyh@debian.org> Sat, 12 Nov 2011 14:50:21 -0400