<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch bug/status_case</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>Merge pull request #1688 from arrbee/submodule-load-ignore-orphaned-head</title>
<updated>2013-06-28T05:48:46+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-06-28T05:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f2c41884c3082984f51743d557644cfa2136b878'/>
<id>f2c41884c3082984f51743d557644cfa2136b878</id>
<content type='text'>
Test submodules with empty index or orphaned head</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test submodules with empty index or orphaned head</pre>
</div>
</content>
</entry>
<entry>
<title>Test submodules with empty index or orphaned head</title>
<updated>2013-06-28T05:29:05+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-06-28T05:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1e9dd60f141cbe0c0eecf2628f7dd6f67d185b8d'/>
<id>1e9dd60f141cbe0c0eecf2628f7dd6f67d185b8d</id>
<content type='text'>
In both of these cases, the submodule data should still be loaded
just (obviously) without the data that comes from either the index
or the HEAD.

This fixes a bug in the orphaned head case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In both of these cases, the submodule data should still be loaded
just (obviously) without the data that comes from either the index
or the HEAD.

This fixes a bug in the orphaned head case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug marking submodule diffs as unmodified</title>
<updated>2013-06-27T14:38:27+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-06-27T14:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c67ff958c4d8e37a717c77dd9cdb4bdfc88a6fd8'/>
<id>c67ff958c4d8e37a717c77dd9cdb4bdfc88a6fd8</id>
<content type='text'>
There was a bug where submodules whose HEAD had not been moved
were being marked as having an UNMODIFIED delta record instead
of being left MODIFIED.  This fixes that and fixes the tests to
notice if a submodule has been incorrectly marked as UNMODIFIED.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a bug where submodules whose HEAD had not been moved
were being marked as having an UNMODIFIED delta record instead
of being left MODIFIED.  This fixes that and fixes the tests to
notice if a submodule has been incorrectly marked as UNMODIFIED.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1681 from arthurschreiber/patch-1</title>
<updated>2013-06-25T23:36:50+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-06-25T23:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b0401c686788300bd4fb16cf395533458611eda1'/>
<id>b0401c686788300bd4fb16cf395533458611eda1</id>
<content type='text'>
Prefer younger merge bases over older ones.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prefer younger merge bases over older ones.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1678 from arthurschreiber/unbreak-local-ls-after-disconnect</title>
<updated>2013-06-25T17:42:38+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-06-25T17:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d0c36a0baf42d751c23e13df08c7ec9f800dd40f'/>
<id>d0c36a0baf42d751c23e13df08c7ec9f800dd40f</id>
<content type='text'>
Unbreak git_remote_ls on a local transport after disconnecting.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unbreak git_remote_ls on a local transport after disconnecting.</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer younger merge bases over older ones.</title>
<updated>2013-06-25T16:36:37+00:00</updated>
<author>
<name>Arthur Schreiber</name>
<email>schreiber.arthur@gmail.com</email>
</author>
<published>2013-06-25T16:36:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=3736b64f0520f1fb0c79cf6ef29eeca7507c167c'/>
<id>3736b64f0520f1fb0c79cf6ef29eeca7507c167c</id>
<content type='text'>
git-core prefers younger merge bases over older ones in case that multiple valid merge bases exists.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-core prefers younger merge bases over older ones in case that multiple valid merge bases exists.</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly handle junctions</title>
<updated>2013-06-25T14:46:06+00:00</updated>
<author>
<name>Sven Strickroth</name>
<email>email@cs-ware.de</email>
</author>
<published>2013-06-25T14:46:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4753711235b817082460c2781749c27ef2d9bc78'/>
<id>4753711235b817082460c2781749c27ef2d9bc78</id>
<content type='text'>
A junction has S_IFDIR | S_IFLNK set, however, only one makes sense.

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A junction has S_IFDIR | S_IFLNK set, however, only one makes sense.

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Work around reparse point stat issues"</title>
<updated>2013-06-25T14:43:15+00:00</updated>
<author>
<name>Sven Strickroth</name>
<email>email@cs-ware.de</email>
</author>
<published>2013-06-25T14:43:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=022a45e0848d4cc517889aaf55573bf5f5004662'/>
<id>022a45e0848d4cc517889aaf55573bf5f5004662</id>
<content type='text'>
This reverts commit 32c12ea6a9cafd76a746af2e2be9366c95752f5b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 32c12ea6a9cafd76a746af2e2be9366c95752f5b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure we don't leak memory again.</title>
<updated>2013-06-25T08:17:55+00:00</updated>
<author>
<name>Arthur Schreiber</name>
<email>schreiber.arthur@gmail.com</email>
</author>
<published>2013-06-25T08:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9728cfde5f3685cb11302560a67754104d618ea2'/>
<id>9728cfde5f3685cb11302560a67754104d618ea2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unbreak git_remote_ls on a local transport after disconnecting.</title>
<updated>2013-06-25T07:04:04+00:00</updated>
<author>
<name>Arthur Schreiber</name>
<email>schreiber.arthur@googlemail.com</email>
</author>
<published>2013-06-25T07:04:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=edbaa63a7c3c319621b773bad5851b2b48c9d175'/>
<id>edbaa63a7c3c319621b773bad5851b2b48c9d175</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
