assistant: When built with git before 1.8.0, use git remote rm to delete a remote. Newer git uses git remote remove.

This commit is contained in:
Joey Hess 2013-04-22 16:53:09 -04:00
parent 9ca9c1f747
commit 450baa02e9
3 changed files with 17 additions and 1 deletions

2
debian/changelog vendored
View file

@ -18,6 +18,8 @@ git-annex (4.20130418) UNRELEASED; urgency=low
rather than initializing a bare repository in the same directory.
* direct, indirect: Refuse to do anything when the assistant
or git-annex watch daemon is running.
* assistant: When built with git before 1.8.0, use `git remote rm`
to delete a remote. Newer git uses `git remote remove`.
-- Joey Hess <joeyh@debian.org> Thu, 18 Apr 2013 16:22:48 -0400