<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git/lib/gitlab_shell.rb, branch v2.0.0</title>
<subtitle>gitlab.com: gitlab-org/gitlab-shell.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/'/>
<entry>
<title>Use a different style of one-line classes</title>
<updated>2014-08-27T14:18:24+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-08-27T14:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=5de3c0e8e22a205d6628d4ee23deebb7a20ac302'/>
<id>5de3c0e8e22a205d6628d4ee23deebb7a20ac302</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle invalid number of arguments</title>
<updated>2014-08-27T12:42:58+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-08-27T11:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=ea88c9b2747ffb4cb0481b8cb274ebc4919474db'/>
<id>ea88c9b2747ffb4cb0481b8cb274ebc4919474db</id>
<content type='text'>
When a remote user with a valid SSH key runs something like 'ssh
git@gitlab.example.com foobar', gitlab-shell would raise an exception in
the GitlabShell#escape_path method. With this change, we catch an
invalid number of arguments as soon as possible and exit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a remote user with a valid SSH key runs something like 'ssh
git@gitlab.example.com foobar', gitlab-shell would raise an exception in
the GitlabShell#escape_path method. With this change, we catch an
invalid number of arguments as soon as possible and exit.
</pre>
</div>
</content>
</entry>
<entry>
<title>use abort isntead of raise when checking path</title>
<updated>2014-08-27T10:13:56+00:00</updated>
<author>
<name>Job van der Voort</name>
<email>jobvandervoort@gmail.com</email>
</author>
<published>2014-08-27T10:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=81a67f7533a9999a404a03c8c259b3233a2b8c40'/>
<id>81a67f7533a9999a404a03c8c259b3233a2b8c40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set LD_LIBRARY_PATH for Kernel::exec</title>
<updated>2014-03-26T21:48:22+00:00</updated>
<author>
<name>Lars Sjöström</name>
<email>lars.sjostrom@svenskaspel.se</email>
</author>
<published>2014-03-26T21:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=b136e22d7e4ea34b35d805c380ba1fae2cf3c595'/>
<id>b136e22d7e4ea34b35d805c380ba1fae2cf3c595</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explain why GitlabShell#exec_cmd has no tests</title>
<updated>2014-03-12T07:53:41+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-03-12T07:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=bb4f64d67e178f6a2c623d519dfae813b7805e54'/>
<id>bb4f64d67e178f6a2c623d519dfae813b7805e54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in Kernel::exec options</title>
<updated>2014-03-12T07:44:53+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-03-12T07:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=1ee9821c58d49db1ec1a877d34d4d415f8978761'/>
<id>1ee9821c58d49db1ec1a877d34d4d415f8978761</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restrict env variables passed to git-xxx-pack</title>
<updated>2014-03-07T15:43:30+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-03-07T15:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=635bb114d948af1cf5cf6e0483e6a25bccdf77f6'/>
<id>635bb114d948af1cf5cf6e0483e6a25bccdf77f6</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 'remove_open3' of /home/git/repositories/gitlab/gitlab-shell</title>
<updated>2013-11-21T19:35:11+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2013-11-21T19:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=098e5a68fc2830543062f8f900fd460d98c52e89'/>
<id>098e5a68fc2830543062f8f900fd460d98c52e89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix relative path detection for ssh://host:port/repo.git</title>
<updated>2013-11-20T10:29:35+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2013-11-20T10:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=c627c8fee0111f284e36b3d5ccc8dc41acf79e14'/>
<id>c627c8fee0111f284e36b3d5ccc8dc41acf79e14</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>Remove unused open3 dependency</title>
<updated>2013-11-19T12:40:55+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2013-11-19T12:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=3b8288ef32bef6dd859e99cf07185ca33132b22f'/>
<id>3b8288ef32bef6dd859e99cf07185ca33132b22f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
