diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-18 14:11:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-18 14:20:57 -0400 |
commit | 265fb05852816fbaa1ab8ebfee8d4187d156e33c (patch) | |
tree | 9c3f115ee9a88814cb751e80fbbba5204fefd289 /debian | |
parent | fe0dbbabc3208c79eab8390e2789ea2fc2e02981 (diff) |
Fix checking when content is present in a non-bare repository accessed via http.
I thought at first this was a Windows specific problem, but it's not;
this affects checking any non-bare repository exported via http. Which is
a potentially important use case!
The actual bug was the case where Right False was returned by the first url
short-curcuited later checks. But the whole method used felt like code
I'd no longer write, and the use of undefined was particularly disgusting.
So I rewrote it.
Also added an action display.
This commit was sponsored by Eric Hanchrow. Thanks!
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 832b42d45..b74fb33c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ git-annex (4.20130710) UNRELEASED; urgency=low are not deleted. Print a message with some suggested actions. * When a transfer is already being run by another process, proceed on to the next file, rather than dying. + * Fix checking when content is present in a non-bare repository + accessed via http. -- Joey Hess <joeyh@debian.org> Tue, 09 Jul 2013 19:17:13 -0400 |