diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-22 14:59:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-22 15:01:13 -0400 |
commit | 5a275a3f5d79977170a70b3e3ee16e38ac32916f (patch) | |
tree | 8817cfabed6067b21476290f6c6a00aba8fc1775 /debian/changelog | |
parent | 7892397020fe345886ef9aa84a6c1580ebee5348 (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/changelog')
-rw-r--r-- | debian/changelog | 2 |
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 |