<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests, branch cmn/clone-everything</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>clone: add failing test for local transport with a tag</title>
<updated>2015-03-17T19:50:39+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-12T00:09:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d23fb5c943c3f4accd8b5176db1b78d377bfec54'/>
<id>d23fb5c943c3f4accd8b5176db1b78d377bfec54</id>
<content type='text'>
When there is a tag, we must make sure that we get all referenced
objects from this tag as well. This failing test shows that e.g. when
there is a tagged tree, we insert the top tree but do not descend, thus
causing the clone to have broken links.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When there is a tag, we must make sure that we get all referenced
objects from this tag as well. This failing test shows that e.g. when
there is a tagged tree, we insert the top tree but do not descend, thus
causing the clone to have broken links.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2962 from libgit2/cmn/reflog-annotated</title>
<updated>2015-03-17T14:21:28+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-03-17T14:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9bbc8f350b80a5a6e94651ec667cf9e5d545b317'/>
<id>9bbc8f350b80a5a6e94651ec667cf9e5d545b317</id>
<content type='text'>
Add annotated versions of ref-modying functions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add annotated versions of ref-modying functions</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2982 from libgit2/cmn/stream-check-ec</title>
<updated>2015-03-17T13:44:56+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-03-17T13:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=828e595969efee951d67f23cfd9f4b8461ce71fb'/>
<id>828e595969efee951d67f23cfd9f4b8461ce71fb</id>
<content type='text'>
Don't ask for a stream's certificate unless it's encrypted</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't ask for a stream's certificate unless it's encrypted</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2977 from pks-t/submodule-sync-url-fix</title>
<updated>2015-03-17T13:44:25+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-03-17T13:44:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c07d02064d1c58dea47b48580abf0523f59c1bda'/>
<id>c07d02064d1c58dea47b48580abf0523f59c1bda</id>
<content type='text'>
Fix git_submodule_sync writing URL to wrong key.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix git_submodule_sync writing URL to wrong key.</pre>
</div>
</content>
</entry>
<entry>
<title>Add failing test for cert callback with non-ecrypted stream</title>
<updated>2015-03-16T18:39:05+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-16T18:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=29e7ae5d81c1615fbcde78d7fbf44856059d9b99'/>
<id>29e7ae5d81c1615fbcde78d7fbf44856059d9b99</id>
<content type='text'>
When we have an HTTP stream and have set the certificatre check
callback, we currently fail as we ask the unencrypted stream for its
certificate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we have an HTTP stream and have set the certificatre check
callback, we currently fail as we ask the unencrypted stream for its
certificate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for the annotated versions of ref-modifying functions</title>
<updated>2015-03-16T15:57:30+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-06T23:30:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a5815a2afb7f6a0e86d52467b99d06d9bf01a9fb'/>
<id>a5815a2afb7f6a0e86d52467b99d06d9bf01a9fb</id>
<content type='text'>
This also brings the soft-reset tests back to life. The function name
was missing an underscore, meaning they had not been running.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also brings the soft-reset tests back to life. The function name
was missing an underscore, meaning they had not been running.
</pre>
</div>
</content>
</entry>
<entry>
<title>Put back the number of expected references to 6 from the test repo</title>
<updated>2015-03-13T16:52:07+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-13T16:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e5e2c11d5dfd3964f6f96539693d2482cdf51f19'/>
<id>e5e2c11d5dfd3964f6f96539693d2482cdf51f19</id>
<content type='text'>
This was but down to 5 when GitHub made a change to their server which
made them stop honouring the include-tag request.

This has recently been corrected, so we can bring it back up to six.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was but down to 5 when GitHub made a change to their server which
made them stop honouring the include-tag request.

This has recently been corrected, so we can bring it back up to six.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix git_submodule_sync writing URL to wrong key.</title>
<updated>2015-03-12T15:05:07+00:00</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-03-12T15:05:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e6903ea278c43895cce234bb956b31570b4bbb07'/>
<id>e6903ea278c43895cce234bb956b31570b4bbb07</id>
<content type='text'>
Currently git_submodule_sync writes the submodule's URL to the
key 'branch.&lt;REMOTE_NAME&gt;.remote' while the reference
implementation of `git submodule sync` writes to
'remote.&lt;REMOTE_NAME&gt;.url', which is the intended behavior
according to git-submodule(1).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently git_submodule_sync writes the submodule's URL to the
key 'branch.&lt;REMOTE_NAME&gt;.remote' while the reference
implementation of `git submodule sync` writes to
'remote.&lt;REMOTE_NAME&gt;.url', which is the intended behavior
according to git-submodule(1).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'refs/pull/2879/head' of ssh://github.com/libgit2/libgit2</title>
<updated>2015-03-11T16:55:39+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-11T16:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=15f581747c57f1bb5f3c3a173139789ec759c964'/>
<id>15f581747c57f1bb5f3c3a173139789ec759c964</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 #2970 from ethomson/inmemory_bare</title>
<updated>2015-03-11T02:03:54+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2015-03-11T02:03:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=522df1cf1d83e169fdfd09843cb4795883c82288'/>
<id>522df1cf1d83e169fdfd09843cb4795883c82288</id>
<content type='text'>
"In-memory" repos are bare by default</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"In-memory" repos are bare by default</pre>
</div>
</content>
</entry>
</feed>
