Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-01-26 20:10:06 +11:00
commit 42303499db
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q"
nickname="Andrew"
subject="comment 2"
date="2013-01-26T08:13:34Z"
content="""
Oh! Good call. That worked, though I did have to sync and revert alternately a few times to get things resolved. I still haven't figured out what exactly happened, though. In two separate instances, the commit message was \"git-annex automatic sync\"
"""]]

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="2001:4978:f:21a::2"
subject="comment 1"
date="2013-01-26T08:44:38Z"
content="""
This works fine with \"git annex addurl\".
However, with --fast, it fails:
git-annex: user error (https not supported)
This is because the Haskell HTTP library doesn't support https yet. <https://github.com/haskell/HTTP/issues/17> Seems to be very little momentum on fixing that, perhaps I need to switch the code to use http-enumerator, which does.
"""]]