<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests-clar/clone/empty.c, branch ethomson/test_https</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>Rename tests-clar to tests</title>
<updated>2013-11-14T22:05:52+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-11-14T22:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1782038144ef3413831801bb9c2f3038a84ac6f4'/>
<id>1782038144ef3413831801bb9c2f3038a84ac6f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clone: put the callbacks struct directly in the clone options</title>
<updated>2013-10-02T12:04:44+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-10-02T12:04:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0e0cf78773bea0d06298ba3bf981a3be839041df'/>
<id>0e0cf78773bea0d06298ba3bf981a3be839041df</id>
<content type='text'>
There's no need for this to be a pointer to somewhere else.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no need for this to be a pointer to somewhere else.
</pre>
</div>
</content>
</entry>
<entry>
<title>No such thing as an orphan branch</title>
<updated>2013-09-17T07:50:30+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-09-17T07:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=605da51a2cfd86901b6fa5f9cf71111a63ab4418'/>
<id>605da51a2cfd86901b6fa5f9cf71111a63ab4418</id>
<content type='text'>
Unfortunately git-core uses the term "unborn branch" and "orphan
branch" interchangeably. However, "orphan" is only really there for
the checkout command, which has the `--orphan` option so it doesn't
actually create the branch.

Branches never have parents, so the distinction of a branch with no
parents is odd to begin with. Crucially, the error messages deal with
unborn branches, so let's use that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unfortunately git-core uses the term "unborn branch" and "orphan
branch" interchangeably. However, "orphan" is only really there for
the checkout command, which has the `--orphan` option so it doesn't
actually create the branch.

Branches never have parents, so the distinction of a branch with no
parents is odd to begin with. Crucially, the error messages deal with
unborn branches, so let's use that.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix trailing whitespaces</title>
<updated>2013-05-15T20:41:30+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2013-05-13T19:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1fed6b07f0722c8b4349ff3709a49df3d3c9ae61'/>
<id>1fed6b07f0722c8b4349ff3709a49df3d3c9ae61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>branch: rename 'tracking' to 'upstream'</title>
<updated>2013-03-30T14:45:57+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-03-30T02:39:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a258d8e3574c4e993bf16e0c136d1a5fbc356728'/>
<id>a258d8e3574c4e993bf16e0c136d1a5fbc356728</id>
<content type='text'>
The term 'tracking' is overloaded. Help distinguish what we mean by
using 'upstream' for this part of the library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The term 'tracking' is overloaded. Help distinguish what we mean by
using 'upstream' for this part of the library.
</pre>
</div>
</content>
</entry>
<entry>
<title>branch: Make git_branch_remote_name() cope with orphaned heads</title>
<updated>2013-02-22T16:04:23+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2013-02-15T10:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c1b5e8c42bca585c2bc728a0583b20095bd8c128'/>
<id>c1b5e8c42bca585c2bc728a0583b20095bd8c128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix MSVC compilation warnings</title>
<updated>2013-02-05T19:33:27+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2013-02-05T15:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=3ad052218cd03fe58b254f878825e3f0fd4b3054'/>
<id>3ad052218cd03fe58b254f878825e3f0fd4b3054</id>
<content type='text'>
Fix #1308
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #1308
</pre>
</div>
</content>
</entry>
<entry>
<title>branch: Introduce git_branch_tracking_name()</title>
<updated>2013-01-16T21:56:13+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2013-01-14T13:22:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=bf031581d3d87e44da447f0e5a95bd6a24e5bf34'/>
<id>bf031581d3d87e44da447f0e5a95bd6a24e5bf34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more clone options. Push test suite segfaults.</title>
<updated>2012-12-20T01:02:06+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2012-12-19T03:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b412d5638929f8b08ea63d862a1a46b3d9f9e4c9'/>
<id>b412d5638929f8b08ea63d862a1a46b3d9f9e4c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clone-empty-test: Don't use one pointer for two things</title>
<updated>2012-12-19T04:24:23+00:00</updated>
<author>
<name>Sascha Cunz</name>
<email>Sascha@BabbelBox.org</email>
</author>
<published>2012-12-19T04:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=96a289f5f3d2ceeb84ac50216c44107583b48b8d'/>
<id>96a289f5f3d2ceeb84ac50216c44107583b48b8d</id>
<content type='text'>
... so we can clean up correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... so we can clean up correctly.
</pre>
</div>
</content>
</entry>
</feed>
