<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git, branch remove-update-head</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>Remove the update-head command since GitLab doesn't use it anymore</title>
<updated>2016-04-15T09:48:19+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-04-15T09:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=804d20742f9ccec997aad72ed0d678c5ac57c8c9'/>
<id>804d20742f9ccec997aad72ed0d678c5ac57c8c9</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped version to 2.7.2</title>
<updated>2016-04-07T14:39:29+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-04-07T14:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=c615ca4650dfb4b17bf073276024f886e52b74a3'/>
<id>c615ca4650dfb4b17bf073276024f886e52b74a3</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 'gc-prune-after-all' into 'master'</title>
<updated>2016-04-06T14:56:43+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-04-06T14:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=0a287a06ce83e3e2f3a9214c1f9f16440eb427dd'/>
<id>0a287a06ce83e3e2f3a9214c1f9f16440eb427dd</id>
<content type='text'>

Prune during 'git gc' after all

See merge request !48</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Prune during 'git gc' after all

See merge request !48</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Do not prune objects during 'git gc'"</title>
<updated>2016-04-06T14:18:46+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2016-04-06T14:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=d5fb181ebaa6baab67a61dbfe784029e36f74a28'/>
<id>d5fb181ebaa6baab67a61dbfe784029e36f74a28</id>
<content type='text'>
This reverts commit 1ca8a44f0baa1728650308fe992f42660170ae16.

Never pruning loose objects at all is not really a solution for
anything, and it causes annoying `git gc --auto` warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 1ca8a44f0baa1728650308fe992f42660170ae16.

Never pruning loose objects at all is not really a solution for
anything, and it causes annoying `git gc --auto` warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue_39' into 'master'</title>
<updated>2016-03-31T18:15:59+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-03-31T18:15:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=b8dffd8379b4c2e29243805396bda71c512e004b'/>
<id>b8dffd8379b4c2e29243805396bda71c512e004b</id>
<content type='text'>

Add new command to list tags from a remote repo.

The output of the `git ls-remote` command is written to the STDOUT so
the client can read and parse the list of tags. If there is an error it's
also written to STDOUT.

Closes #39 

See merge request !47</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add new command to list tags from a remote repo.

The output of the `git ls-remote` command is written to the STDOUT so
the client can read and parse the list of tags. If there is an error it's
also written to STDOUT.

Closes #39 

See merge request !47</pre>
</div>
</content>
</entry>
<entry>
<title>Bump VERSION and update CHANGELOG.</title>
<updated>2016-03-31T16:27:37+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-03-31T16:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=29edc61c679047cb02a9a51a94cc6ef68f39b2b4'/>
<id>29edc61c679047cb02a9a51a94cc6ef68f39b2b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new command to list tags from a remote repo.</title>
<updated>2016-03-31T16:26:13+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-03-30T23:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=96b26d04fde15ff6097b1e9de797ac2ce6a0c289'/>
<id>96b26d04fde15ff6097b1e9de797ac2ce6a0c289</id>
<content type='text'>
The output of the `git ls-remote` command is written to the STDOUT so
the client can read and parse the list of tags. If there is an error it's
also written to STDOUT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The output of the `git ls-remote` command is written to the STDOUT so
the client can read and parse the list of tags. If there is an error it's
also written to STDOUT.
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected version in CHANGELOG of latest release</title>
<updated>2016-03-31T16:24:40+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-03-31T16:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=3d769c75fe5623c50bdea7fd7b82987dc3d7d74f'/>
<id>3d769c75fe5623c50bdea7fd7b82987dc3d7d74f</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gl_ee_issue_116' into 'master'</title>
<updated>2016-03-31T15:58:36+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-03-31T15:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=f4f4b419bbc5ba29754d0a6cc9c8540cc7879e2f'/>
<id>f4f4b419bbc5ba29754d0a6cc9c8540cc7879e2f</id>
<content type='text'>

Add the ability to fetch remote repo without tags.

When fetching remote repo with tags the new remote tags are mixed in
with the local tags (all tags are saved under refs/tags), this affects
the UI of the Project given that we're showing up tags of a remote repo.

REF: https://gitlab.com/gitlab-org/gitlab-ee/issues/116

See merge request !46</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add the ability to fetch remote repo without tags.

When fetching remote repo with tags the new remote tags are mixed in
with the local tags (all tags are saved under refs/tags), this affects
the UI of the Project given that we're showing up tags of a remote repo.

REF: https://gitlab.com/gitlab-org/gitlab-ee/issues/116

See merge request !46</pre>
</div>
</content>
</entry>
<entry>
<title>Add the ability to fetch remote repo without tags.</title>
<updated>2016-03-31T02:50:17+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-03-31T02:50:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=e5507fdd74c19345bd91eea5b5b56a83351db8d4'/>
<id>e5507fdd74c19345bd91eea5b5b56a83351db8d4</id>
<content type='text'>
When fetching remote repo with tags the new remote tags are mixed in
with the local tags (all tags are saved under refs/tags), this affects
the UI of the Project given that we're showing up tags of a remote repo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When fetching remote repo with tags the new remote tags are mixed in
with the local tags (all tags are saved under refs/tags), this affects
the UI of the Project given that we're showing up tags of a remote repo.
</pre>
</div>
</content>
</entry>
</feed>
