<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch validate-readme-format</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>[ci skip] Update CHANGELOG</title>
<updated>2016-01-05T13:30:30+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2016-01-05T13:30:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8e33ec1deea60a176cd43092c913200d28ea04fe'/>
<id>8e33ec1deea60a176cd43092c913200d28ea04fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate README format before displaying</title>
<updated>2016-01-05T13:06:18+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2016-01-05T13:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6ce01ca3ece007f135c6b5a9bc258fdd9e8d71de'/>
<id>6ce01ca3ece007f135c6b5a9bc258fdd9e8d71de</id>
<content type='text'>
Take the first previewable README file as project’s README, otherwise
if none file is available, or we can’t preview any of them, we assume
that project doesn’t have a README file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Take the first previewable README file as project’s README, otherwise
if none file is available, or we can’t preview any of them, we assume
that project doesn’t have a README file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ssh-doc-fixes' into 'master'</title>
<updated>2016-01-05T12:28:11+00:00</updated>
<author>
<name>Hannes Rosenögger</name>
<email>123haynes@gmail.com</email>
</author>
<published>2016-01-05T12:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2459d516337dbc37d9e653b4991e00cb9097aeb4'/>
<id>2459d516337dbc37d9e653b4991e00cb9097aeb4</id>
<content type='text'>

Help "SSH" fixes

A user was confused why ssh login did not work because he had used a nonstandard name during the key generation step. Maybe this will make it clearer.

See merge request !2296</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Help "SSH" fixes

A user was confused why ssh login did not work because he had used a nonstandard name during the key generation step. Maybe this will make it clearer.

See merge request !2296</pre>
</div>
</content>
</entry>
<entry>
<title>Fix grammar</title>
<updated>2016-01-05T12:06:23+00:00</updated>
<author>
<name>Felix Eckhofer</name>
<email>felix@eckhofer.com</email>
</author>
<published>2016-01-05T12:06:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=766a59630f8e004fbd99549dc6d27f7b29fff62f'/>
<id>766a59630f8e004fbd99549dc6d27f7b29fff62f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify the key generation step</title>
<updated>2016-01-05T12:06:08+00:00</updated>
<author>
<name>Felix Eckhofer</name>
<email>felix@eckhofer.com</email>
</author>
<published>2016-01-05T12:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ca8639a4662c59b15ef4e0ed02b6587ce4049b0d'/>
<id>ca8639a4662c59b15ef4e0ed02b6587ce4049b0d</id>
<content type='text'>
Users must not change the default filename or they will have to create a
suitable .ssh/config which is out-of-scope here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Users must not change the default filename or they will have to create a
suitable .ssh/config which is out-of-scope here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove misleading `ssh-dsa`</title>
<updated>2016-01-05T12:04:49+00:00</updated>
<author>
<name>Felix Eckhofer</name>
<email>felix@eckhofer.com</email>
</author>
<published>2016-01-05T12:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d17945bb4ef0750f546a9dea79df1abf4ef140a5'/>
<id>d17945bb4ef0750f546a9dea79df1abf4ef140a5</id>
<content type='text'>
The keytype field is actually `ssh-dss` for DSA keys and they will not
be stored as `id_rsa.pub`.

Note that newer version of ssh actually also support
`ecdsa-sha2-nistp256` and others so it is also misleading to assume the
field always starts with `ssh-`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The keytype field is actually `ssh-dss` for DSA keys and they will not
be stored as `id_rsa.pub`.

Note that newer version of ssh actually also support
`ecdsa-sha2-nistp256` and others so it is also misleading to assume the
field always starts with `ssh-`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'new-markdown' into 'master'</title>
<updated>2016-01-05T11:48:29+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-01-05T11:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a31d2f2a712ded89c24f16766f8255faff6ab8ee'/>
<id>a31d2f2a712ded89c24f16766f8255faff6ab8ee</id>
<content type='text'>

markdown fixes

old
![Screenshot_2016-01-05_10.49.46](/uploads/731f0e83ceefa74650ea27f8dca67b35/Screenshot_2016-01-05_10.49.46.png)

new
![Screenshot_2016-01-05_10.51.51](/uploads/85a82b2a589f9a4ad3dd47c6de3b89d7/Screenshot_2016-01-05_10.51.51.png)


See merge request !2295</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

markdown fixes

old
![Screenshot_2016-01-05_10.49.46](/uploads/731f0e83ceefa74650ea27f8dca67b35/Screenshot_2016-01-05_10.49.46.png)

new
![Screenshot_2016-01-05_10.51.51](/uploads/85a82b2a589f9a4ad3dd47c6de3b89d7/Screenshot_2016-01-05_10.51.51.png)


See merge request !2295</pre>
</div>
</content>
</entry>
<entry>
<title>markdown fixes</title>
<updated>2016-01-05T09:51:59+00:00</updated>
<author>
<name>Andriy Dyadyura</name>
<email>adyadyura@Andriys-MBP.lan</email>
</author>
<published>2016-01-05T09:51:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=00e8532d89fb04b39e9811c5ec5953dd2d098f6f'/>
<id>00e8532d89fb04b39e9811c5ec5953dd2d098f6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>markdown fixes</title>
<updated>2016-01-05T09:45:18+00:00</updated>
<author>
<name>Andriy Dyadyura</name>
<email>adyadyura@Andriys-MBP.lan</email>
</author>
<published>2016-01-05T09:45:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f7ba38c073387eedb13375ad6286ba08ce6badb9'/>
<id>f7ba38c073387eedb13375ad6286ba08ce6badb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-api-lookup-with-usernames-with-dots' of https://gitlab.com/stanhu/gitlab-ce</title>
<updated>2016-01-05T09:43:29+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-01-05T09:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aa3c7219e3b82e815023f8e2b8fccaf600b41e2b'/>
<id>aa3c7219e3b82e815023f8e2b8fccaf600b41e2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
