diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-22 16:53:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-22 16:53:09 -0400 |
commit | 822c2d920882dd7eea8ed551369fa4bb5b26afa3 (patch) | |
tree | b57a4525bfa2dec52823e30e5090a90f69d78741 /debian | |
parent | 26264f5fb4e90cdbc5bfc83bbe3d317b19bbf7da (diff) |
assistant: When built with git before 1.8.0, use `git remote rm` to delete a remote. Newer git uses `git remote remove`.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e249cad87..a6bd997ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |