Files
gitlabhq/app/controllers
Johannes Schleifenbaum f10153818b Split the user ssh keys by newline, not the characters "\n"
before:
GET /user.keys

ssh-rsa ...\nssh-rsa ...\nssh-rsa ...

after:
GET /user.keys

ssh-rsa ...
ssh-rsa ...
sha-rsa ...
2014-02-11 19:24:23 +01:00
..
2014-01-19 23:39:56 +04:00
2014-01-28 08:38:00 +01:00
2014-02-10 21:46:46 +02:00
2014-01-19 23:39:56 +04:00
2013-06-30 22:10:52 +03:00