summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-15 16:04:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-15 16:05:27 -0400
commitb772d27ce905b361127334e12e55bda0f3ee21b7 (patch)
treec416201e4d0147a8c324fdd0b9938312b2831903 /debian
parentb9f0688ed7f933185e38ffc487e07888972d4842 (diff)
Deal with git check-attr -z output format change in git 1.8.5.
I have not actually tested with 1.8.5, which is not yet relesaed, but git.git commit f7cd8c50b9ab83e084e8f52653ecc8d90665eef2 changes -z to also apply to output, without regards to back-compat. (But with pretty good reasons.) New code should work with both versions, by fingerprinting for NULs and newlines.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fa604fb94..68d74597d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ git-annex (4.20131003) UNRELEASED; urgency=low
* Fixed handling of URL keys that have no recorded size.
* status: Fix a crash if a temp file went away while its size was
being checked for status.
+ * Deal with git check-attr -z output format change in git 1.8.5.
-- Joey Hess <joeyh@debian.org> Thu, 03 Oct 2013 15:41:24 -0400