E.g.: http://git-dev.drupalcode.org/project/languageicons.git/commit/7d632b7dc...
It should be Frederik "Freso" S. Olesen
, while it is shown as Frederik \Freso\" S. Olesen"
. So something somewhere messes this up. :)
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1043410-05-fix_name_formatting.patch | 636 bytes | Freso |
Comments
Comment #1
Freso commentedNot just a Gitweb issue. Cloning through SSH has the same error in the logs.
Comment #2
Freso commentedThis link should be a bit more permanent for showing the issue: http://git-dev.drupalcode.org/project/languageicons.git
Comment #3
sdboyer commentedquick tagging
Comment #4
sdboyer commentedThis is the literal output line generated by the cvsmigration module's csv drush output (email sanitized):
"27504","Frederik \"Freso\" S. Olesen","freso","SANITIZED@SANITI.ZED"My guess is that it's probably a difference in how python's csv parsing works that's looking for some other kind of escaping, or some such, as it's python that's picking up the data and slapping it into place. Which means the line you want to look at is this one: https://github.com/sdboyer/drupalorg-git/blob/import-all-staging/cvs2git...
To the totally-non-python-expert eye, that seems like it should be working.
Comment #5
Freso commentedThis should fix it. At least at the CSV->cvs2git step.
Another approach (which won't break the 80 char/line guideline) could be like so:
Comment #6
Freso commentedThis should be fixed once the cvs2git is run after sdboyer has pulled https://github.com/sdboyer/drupalorg-git/pull/14 :)
Comment #7
sdboyer commentedPull request has been merged in, this is all set now. Should show up in the next build.