diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-22 14:12:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-22 14:12:44 -0400 |
commit | 90ab151745736b2e3cd6ce0a6588df02f8b1b15c (patch) | |
tree | 785a8b1420c856102ce2f38e04e43b8d7c16c1df /debian | |
parent | a890fd80f836c9c1ac3874394703f93807a3fe9d (diff) |
Avoid misbehavior when addurl is used with quvi 0.9.
In 0.9, -v shows version, rather than controlling verbosity.
Still need to port to 0.9, this just avoids massively confusing addurl when
quvi prints its version and exits successfully, on urls that it cannot be
used with.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 37eb1dffd..c858cab8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ git-annex (5.20131121) UNRELEASED; urgency=low * Futher improvements to git repair. + * Avoid misbehavior when addurl is used with quvi 0.9. -- Joey Hess <joeyh@debian.org> Wed, 20 Nov 2013 18:30:47 -0400 |