summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-22 14:59:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-22 15:01:13 -0400
commit5a275a3f5d79977170a70b3e3ee16e38ac32916f (patch)
tree8817cfabed6067b21476290f6c6a00aba8fc1775 /debian
parent7892397020fe345886ef9aa84a6c1580ebee5348 (diff)
Can now be built with older git versions (before 1.7.7); the resulting binary should only be used with old git.
Remove git old version check from configure, and use the git version it was built against in the git check-attr code.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 13bca3326..6c5b6effb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ git-annex (3.20111212) UNRELEASED; urgency=low
* Test suite improvements. Current top-level test coverage: 75%
* Improve deletion of files from rsync special remotes. Closes: #652849
* Add --include, which is the same as --not --exclude.
+ * Can now be built with older git versions (before 1.7.7); the resulting
+ binary should only be used with old git.
-- Joey Hess <joeyh@debian.org> Mon, 12 Dec 2011 01:57:49 -0400