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.
This commit is contained in:
Joey Hess 2011-12-22 14:59:25 -04:00
parent 7892397020
commit 5a275a3f5d
4 changed files with 72 additions and 25 deletions

2
debian/changelog vendored
View file

@ -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