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

This commit is contained in:
Joey Hess 2014-05-16 12:54:30 -04:00
commit cbad524056
9 changed files with 116 additions and 0 deletions

View file

@ -0,0 +1,22 @@
[[!comment format=mdwn
username="https://id.koumbit.net/anarcat"
ip="72.0.72.144"
subject="comment 1"
date="2014-05-16T14:36:09Z"
content="""
this eventually completely breaks with:
[[!format txt \"\"\"
anarcat@marcos:video$ git annex info --fast
repository mode: indirect
trusted repositories: 2
31912b57-62a5-475c-87a7-582b5492a216 -- WD green 1.5TB backup drive
5adbab10-0f7a-467b-b0d8-5d7af2223103 -- here (main (anarcat@marcos:/srv/video))
semitrusted repositories: 5
00000000-0000-0000-0000-000000000001 -- web
2d594c02-9164-4ebd-ac47-f8cdc9c16e2f -- rachel@topcrapn:~/Vid
git-annex: <stdout>: commitBuffer: invalid argument (invalid character)
failed
git-annex: info: 1 failed
\"\"\"]]
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="108.236.230.124"
subject="comment 1"
date="2014-05-16T16:42:41Z"
content="""
This is good spotting of a git configuration that git-annex does not support.
However, I doubt that even if I made it use `GIT_SSH`, it would be useful. git-annex uses several features that are probably unique to openssh, including connection caching. While you could disable annex.sshcaching and perhaps get a different ssh to work, it would be much slower.
"""]]