<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git/lib/gitlab_projects.rb, branch add_local_update_hook</title>
<subtitle>gitlab.com: gitlab-org/gitlab-shell.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/'/>
<entry>
<title>Just symlink all hooks found in the gitlab-shell project</title>
<updated>2013-08-26T08:16:24+00:00</updated>
<author>
<name>Wouter D'Haeseleer</name>
<email>wouter.dhaeseleer@vasco.com</email>
</author>
<published>2013-07-15T11:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=4fc02372fe62f4f1b4c6618707de56c11ecc8451'/>
<id>4fc02372fe62f4f1b4c6618707de56c11ecc8451</id>
<content type='text'>
Make it possible to place whatever hooks you want inside the hook
folder of the gitlab-shell and they will be symlinked as well. The
symlinks are created when:

* running the support/rewrite-hooks.sh
* Creating a new repo in gitlab

So basically it makes the hooks folder a skeleton for all other projects
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it possible to place whatever hooks you want inside the hook
folder of the gitlab-shell and they will be symlinked as well. The
symlinks are created when:

* running the support/rewrite-hooks.sh
* Creating a new repo in gitlab

So basically it makes the hooks folder a skeleton for all other projects
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2013-07-29T10:51:15+00:00</updated>
<author>
<name>Johannes Schleifenbaum</name>
<email>johannes@js-webcoding.de</email>
</author>
<published>2013-07-29T07:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=9e55cd4cd739088a08a78e1417982543847e6b32'/>
<id>9e55cd4cd739088a08a78e1417982543847e6b32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove empty post-receive hook</title>
<updated>2013-07-19T13:28:10+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2013-07-19T12:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=2537a0b24cac9206f282a071ba5e930aabfc3135'/>
<id>2537a0b24cac9206f282a071ba5e930aabfc3135</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #69 from thomasbiddle/support_adding_and_removing_branches_and_tags</title>
<updated>2013-07-08T10:49:40+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2013-07-08T10:49:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=05e2c4359d1f1e8addb33d6cb1980bc6dedf8bbd'/>
<id>05e2c4359d1f1e8addb33d6cb1980bc6dedf8bbd</id>
<content type='text'>
Support adding and removing branches and tags</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support adding and removing branches and tags</pre>
</div>
</content>
</entry>
<entry>
<title>Support Adding and Removing of branches and tags</title>
<updated>2013-06-14T15:23:23+00:00</updated>
<author>
<name>TJ (Thomas) Biddle</name>
<email>biddle.thomas@gmail.com</email>
</author>
<published>2013-06-14T15:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=362ab1a85fbd202f5dc5d5ab7c293a8a3aa6a1ce'/>
<id>362ab1a85fbd202f5dc5d5ab7c293a8a3aa6a1ce</id>
<content type='text'>
This commit adds support to create and remove branches and tags from gitlab-shell.

The code style was followed as closely as possible to the original.

The purpose of this commit is that I will be adding support to the Gitlabhq (Gitlab) project
in order to allow adding and removing of branches and tags through their API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds support to create and remove branches and tags from gitlab-shell.

The code style was followed as closely as possible to the original.

The purpose of this commit is that I will be adding support to the Gitlabhq (Gitlab) project
in order to allow adding and removing of branches and tags through their API.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update head feature</title>
<updated>2013-06-10T16:32:30+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2013-06-10T16:32:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=488a0340fa608af34c36deeba11d4e7192c260bd'/>
<id>488a0340fa608af34c36deeba11d4e7192c260bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use :warn instead of :error for invalid commands.</title>
<updated>2013-05-18T19:13:24+00:00</updated>
<author>
<name>ash</name>
<email>smashwilson@gmail.com</email>
</author>
<published>2013-05-18T19:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=ceb23a6230850f26a8c3eb2282ae25af6aa23665'/>
<id>ceb23a6230850f26a8c3eb2282ae25af6aa23665</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Log during failure cases of fork-project.</title>
<updated>2013-05-18T18:28:21+00:00</updated>
<author>
<name>ash</name>
<email>smashwilson@gmail.com</email>
</author>
<published>2013-05-18T18:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=6a267b32c2a6c100016344c33a175ecc7b0fc924'/>
<id>6a267b32c2a6c100016344c33a175ecc7b0fc924</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Log failure conditions encountered during mv-projects.</title>
<updated>2013-05-18T18:13:03+00:00</updated>
<author>
<name>ash</name>
<email>smashwilson@gmail.com</email>
</author>
<published>2013-05-18T18:13:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=de4349c1d2209df2a38a781c867c1f0531878987'/>
<id>de4349c1d2209df2a38a781c867c1f0531878987</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Logging messages for successful commands.</title>
<updated>2013-05-17T01:10:29+00:00</updated>
<author>
<name>ash</name>
<email>smashwilson@gmail.com</email>
</author>
<published>2013-05-17T01:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=671e86db504708b9a0d2a656454e23dcfd227aac'/>
<id>671e86db504708b9a0d2a656454e23dcfd227aac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
