Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
5d6c643352
2 changed files with 30 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
What steps will reproduce the problem?
|
||||
|
||||
$ git annex -j sync | json_reformat
|
||||
|
||||
What is the expected output? What do you see instead?
|
||||
|
||||
Expecting valid JSON, instead this happens:
|
||||
|
||||
$ git annex -j sync | json_reformat
|
||||
lexical error: invalid char in json text.
|
||||
{"command":"commit","file":""# On branch master nothing to c
|
||||
(right here) ------^
|
||||
$
|
||||
|
||||
|
||||
What version of git-annex are you using? On what operating system?
|
||||
|
||||
Newest standalone (3.20121126), Linux i386. The "json_reformat" program is from the "yajl-tools" .deb package.
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.154.6.49"
|
||||
subject="comment 5"
|
||||
date="2012-11-27T20:32:47Z"
|
||||
content="""
|
||||
Hmm, I can't think of anything I've changed that would make it work where it didn't before.
|
||||
|
||||
I suspect the google apps problem is because it looks for a SRV record in DNS to find the jabber server, and something is wrong there. Without knowing what \"something@somedomain.com\" is standing for, it's hard to tell. :)
|
||||
|
||||
If you'd like to set me up something to test with, my email address is id@joeyh.name
|
||||
"""]]
|
Loading…
Reference in a new issue