summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-14 16:45:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-14 16:46:00 -0400
commit547d59d15b2dbdbbdfffc818239dc0b73832c115 (patch)
tree5b9e94fcdfa8601a0c7483fdbade3ef928a1391a
parentb306ab93eca81f691965bbe1ddd672fa457a5c30 (diff)
typo
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 80d07cb77..3bb289298 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,8 @@ git-annex (6.20160230) UNRELEASED; urgency=medium
* Always try to thaw content, even when annex.crippledfilesystem is set.
* Correct git-annex info to include unlocked files in v6 repository.
* Sped up git-annex add in direct mode and v6 by using
- git hash-object --batch.
- * Sped up git-annex merge by using git hash-object --batch.
+ git hash-object --stdin-paths.
+ * Sped up git-annex merge by using git hash-object --stdin-paths.
-- Joey Hess <id@joeyh.name> Mon, 29 Feb 2016 13:00:30 -0400