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

This commit is contained in:
Joey Hess 2013-04-16 16:21:38 -04:00
commit 7560eff597
4 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 8"
date="2013-04-16T18:39:30Z"
content="""
Switching repositories uses curl to discover when the other daemon has started. If you installed <https://aur.archlinux.org/packages/git-annex-bin/> , it will use the curl binary provided by your distribution. It looks like yours is broken.
> \"I have describe one problem but they are many, so it does not take long to realize that the apps is not working properly.\"
Yes, that's the real problem, isn't it? <https://aur.archlinux.org/packages/git-annex-bin/>
takes the binary built for the standalone tarball and dumps it into a filesystem without any of its support libraries, and just hopes it works. It's not at all surpising that it continually fails to work. Which is causing bug report noise that takes away from my time working on actual improvements to git-annex.
I'm sorry, but I cannot support that package. Use <https://aur.archlinux.org/packages.php?ID=44272> or install using cabal or use the standalone tarball.
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 2"
date="2013-04-16T19:04:34Z"
content="""
Proving a commit message with -m, which git-annex already does, should be enough to prevent git opening an editor. You appear to have some broken version of git there if that is not the case.
I see that you're using Arch. Where exactly did you download git-annex from? Have you tried the standalone tarball?
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 1"
date="2013-04-16T19:26:49Z"
content="""
Please show me the full output of `git annex whereis`, and also the contents of `.git/config`
"""]]

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 3"
date="2013-04-16T20:16:51Z"
content="""
Thanks for digging that up!
I'd forgotten I finessed the problem that way.. And it looks like that patch was broken and never checked the right file.
"""]]