From 13f4af5d3328f2a7025f8e2318faed3fcff6c9bf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Mar 2016 16:45:27 -0400 Subject: [PATCH] typo --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 80d07cb773..3bb289298a 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 Mon, 29 Feb 2016 13:00:30 -0400