<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch ethomson/treebuilder_docs</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>docs: git_treebuilder_insert validates entries</title>
<updated>2017-12-31T15:25:42+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-12-31T15:25:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=346c1b169d0c15adeef496e24db6ac9801b4283d'/>
<id>346c1b169d0c15adeef496e24db6ac9801b4283d</id>
<content type='text'>
The documentation for `git_treebuilder_insert` erroneously states that
we do not validate that the entry being inserted exists.  We do, as of
https://github.com/libgit2/libgit2/pull/3633.  Update the documentation
to reflect the new reality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation for `git_treebuilder_insert` erroneously states that
we do not validate that the entry being inserted exists.  We do, as of
https://github.com/libgit2/libgit2/pull/3633.  Update the documentation
to reflect the new reality.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4159 from richardipsum/notes-commit</title>
<updated>2017-12-30T19:09:43+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-12-30T19:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d621024508d8264ad63df683dfe1327224eb7143'/>
<id>d621024508d8264ad63df683dfe1327224eb7143</id>
<content type='text'>
Support using notes via a commit rather than a ref</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support using notes via a commit rather than a ref</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4028 from chescock/improve-local-fetch</title>
<updated>2017-12-30T19:07:03+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-12-30T19:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8cdf439b7714449eaddf5564933cd2fee1fc02cb'/>
<id>8cdf439b7714449eaddf5564933cd2fee1fc02cb</id>
<content type='text'>
Transfer fewer objects on push and local fetch</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Transfer fewer objects on push and local fetch</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4455 from libgit2/ethomson/branch_symlinks</title>
<updated>2017-12-30T18:47:57+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-12-30T18:47:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2b7a3393beefa08656ffbd2c6725e5e52e3b8af2'/>
<id>2b7a3393beefa08656ffbd2c6725e5e52e3b8af2</id>
<content type='text'>
refs: traverse symlinked directories</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
refs: traverse symlinked directories</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4443 from libgit2/ethomson/large_loose_blobs</title>
<updated>2017-12-30T16:09:22+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-12-30T16:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e14bf97ebbed574dd23dc937a05994074baad91c'/>
<id>e14bf97ebbed574dd23dc937a05994074baad91c</id>
<content type='text'>
Inflate large loose blobs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inflate large loose blobs</pre>
</div>
</content>
</entry>
<entry>
<title>refs:iterator: add tests to recurse symlinks</title>
<updated>2017-12-30T16:03:42+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-12-30T00:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7a830f28d2795da60b8be534f448cb026071462f'/>
<id>7a830f28d2795da60b8be534f448cb026071462f</id>
<content type='text'>
Ensure that we can recurse into directories via symbolic links.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that we can recurse into directories via symbolic links.
</pre>
</div>
</content>
</entry>
<entry>
<title>iterator: cleanups with symlink dir handling</title>
<updated>2017-12-30T00:12:46+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-12-30T00:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9e94b6af2fccd522de55d67074e62b726028ac4a'/>
<id>9e94b6af2fccd522de55d67074e62b726028ac4a</id>
<content type='text'>
Perform some error checking when examining symlink directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Perform some error checking when examining symlink directories.
</pre>
</div>
</content>
</entry>
<entry>
<title> branches: Check symlinked subdirectories</title>
<updated>2017-12-29T23:53:17+00:00</updated>
<author>
<name>Andy Doan</name>
<email>andy@opensourcefoundries.com</email>
</author>
<published>2017-10-30T16:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e9628e7b8d4f19a12a1cc98306c973e36c20f29c'/>
<id>e9628e7b8d4f19a12a1cc98306c973e36c20f29c</id>
<content type='text'>
 Native Git allows symlinked directories under .git/refs. This
 change allows libgit2 to also look for references that live under
 symlinked directories.

Signed-off-by: Andy Doan &lt;andy@opensourcefoundries.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Native Git allows symlinked directories under .git/refs. This
 change allows libgit2 to also look for references that live under
 symlinked directories.

Signed-off-by: Andy Doan &lt;andy@opensourcefoundries.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4021 from carlosmn/cmn/refspecs-fetchhead</title>
<updated>2017-12-28T10:38:31+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2017-12-28T10:38:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=083b1a2e2d8d190db02db3db0dad4fa742eccb02'/>
<id>083b1a2e2d8d190db02db3db0dad4fa742eccb02</id>
<content type='text'>
FETCH_HEAD and multiple refspecs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FETCH_HEAD and multiple refspecs</pre>
</div>
</content>
</entry>
<entry>
<title>fetch: go over FETCH_HEAD just once when counting the prefixes in test</title>
<updated>2017-12-26T18:47:05+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2017-12-26T17:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c081f0d00dd2a2cd2aab7175cd2c65413f1cf52a'/>
<id>c081f0d00dd2a2cd2aab7175cd2c65413f1cf52a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
