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

This commit is contained in:
Joey Hess 2013-09-07 13:05:18 -04:00
commit 01d857824d
7 changed files with 77 additions and 0 deletions

View file

@ -0,0 +1,21 @@
### Please describe the problem.
It looks like GPG is being used in text mode, or at least isn't overriding the GPG config.
### What steps will reproduce the problem?
Have a binary file with long lines, and attempt to copy it into git-annex.
This will happen:
$ git-annex copy 09\ Into\ The\ Dissonance.mp3 -t rsync.net_annex
copy 09 Into The Dissonance.mp3 (gpg) (checking rsync.net_annex...) (to rsync.net_annex...) gpg: can't handle text lines longer than 19995 characters
failed
git-annex: copy: 1 failed
A workaround is to remove "textmode" from your gpg.conf, but git-annex should force this.
### What version of git-annex are you using? On what operating system?
7ae625363bcb6e1fc8b3733c1d7814aca05a2368 on Ubuntu 13.04 x86_64

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://launchpad.net/~eythian"
nickname="eythian"
subject="comment 1"
date="2013-09-06T23:37:10Z"
content="""
I also had a huge bunch of files come across corrupted, but the one that came after I made this change wasn't. This might be a sign that GPG is corrupting things on the way past.
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="https://launchpad.net/~giomasce"
nickname="giomasce"
subject="comment 3"
date="2013-09-07T15:35:48Z"
content="""
Apparently I wrote a wrong version number. The version actually running on the system I tested is much older. Probably I wrote the one of my own laptop instead.
The bug can be closed, sorry for the noise.
"""]]