<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git, branch no-init-on-gcryptsetup</title>
<subtitle>gitlab.com: gitlab-org/gitlab-shell.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/'/>
<entry>
<title>Skip 'git annex init' when using 'gcryptsetup'</title>
<updated>2015-08-11T15:53:15+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2015-08-11T15:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=979a6df4755a114e38cd1825be40cb07225f1fb4'/>
<id>979a6df4755a114e38cd1825be40cb07225f1fb4</id>
<content type='text'>
'gcryptsetup' is a special git-annex feature that does its own
initialization.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'gcryptsetup' is a special git-annex feature that does its own
initialization.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'version_bump' into 'master'</title>
<updated>2015-08-05T10:45:57+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-08-05T10:45:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=c31e6165016e4f12483b4c328a62493adac1bcac'/>
<id>c31e6165016e4f12483b4c328a62493adac1bcac</id>
<content type='text'>

Version bump 2.6.4



See merge request !17</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Version bump 2.6.4



See merge request !17</pre>
</div>
</content>
</entry>
<entry>
<title>Version bump 2.6.4</title>
<updated>2015-08-05T10:26:35+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>vsv2711@gmail.com</email>
</author>
<published>2015-08-05T10:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=d43ca83d404dfb070a25042a83814ee65070ead1'/>
<id>d43ca83d404dfb070a25042a83814ee65070ead1</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 'git_annex_env_variable'</title>
<updated>2015-08-04T13:21:34+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-08-04T13:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=99f07fd2a11b9e226ee39d6018f41cf282cedf86'/>
<id>99f07fd2a11b9e226ee39d6018f41cf282cedf86</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 'batch-add-keys-timeout'</title>
<updated>2015-07-17T16:04:29+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-07-17T16:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=3c97aea3e7cceaa5f212e72bfade28883685d21b'/>
<id>3c97aea3e7cceaa5f212e72bfade28883685d21b</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'faster-rm-key' into 'master'</title>
<updated>2015-07-17T16:01:21+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dzaporozhets@gitlab.com</email>
</author>
<published>2015-07-17T16:01:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=27af59cc3cb57ded15edc0e6c2b9ecc644790e67'/>
<id>27af59cc3cb57ded15edc0e6c2b9ecc644790e67</id>
<content type='text'>

Remove keys from authorized_keys in-place

This will speed up the rm-key operation. The downside is that
authorized_keys will not shrink when you remove a key. If this ever
becomes a problem it can be fixed by running 'rake gitlab:shell:setup'.

See merge request !66</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove keys from authorized_keys in-place

This will speed up the rm-key operation. The downside is that
authorized_keys will not shrink when you remove a key. If this ever
becomes a problem it can be fixed by running 'rake gitlab:shell:setup'.

See merge request !66</pre>
</div>
</content>
</entry>
<entry>
<title>If git-annex is enabled set GIT_ANNEX_SHELL_LIMITED variable.</title>
<updated>2015-07-16T12:41:25+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>maxlazio@gmail.com</email>
</author>
<published>2015-07-16T12:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=919e70c86a8dac08de0705310d2b6d6b21e022c3'/>
<id>919e70c86a8dac08de0705310d2b6d6b21e022c3</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 'master' of gitlab.com:gitlab-org/gitlab-shell</title>
<updated>2015-07-16T10:14:49+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>maxlazio@gmail.com</email>
</author>
<published>2015-07-16T10:14:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=7b692799adde84433a37b250c5d7e36483fbf5f7'/>
<id>7b692799adde84433a37b250c5d7e36483fbf5f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase batch_add_keys lock timeout to 300 seconds</title>
<updated>2015-07-16T08:22:56+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2015-07-16T08:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=1bfa3fda1d466e1ef97c3e4106b8b3d7fbe5f020'/>
<id>1bfa3fda1d466e1ef97c3e4106b8b3d7fbe5f020</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove keys from authorized_keys in-place</title>
<updated>2015-07-16T08:10:46+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2015-07-16T08:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=4fd8e44ba12d126b0553b90c099d1b63fa163d00'/>
<id>4fd8e44ba12d126b0553b90c099d1b63fa163d00</id>
<content type='text'>
This will speed up the rm-key operation. The downside is that
authorized_keys will not shrink when you remove a key. If this ever
becomes a problem it can be fixed by running 'rake gitlab:shell:setup'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will speed up the rm-key operation. The downside is that
authorized_keys will not shrink when you remove a key. If this ever
becomes a problem it can be fixed by running 'rake gitlab:shell:setup'.
</pre>
</div>
</content>
</entry>
</feed>
