<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git, branch rb/filter-options</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>Add filter flag to prevent preloading workdir data</title>
<updated>2014-12-30T19:14:17+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2014-12-30T19:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e5209da35f5089d292a2c4cd525e0d52a81dffc5'/>
<id>e5209da35f5089d292a2c4cd525e0d52a81dffc5</id>
<content type='text'>
This bumps the custom filter structure definition and adds flags
to the new version.

This also adds support for a flag that says that a custom filter
can support directly reading working directory file content instead
of having the libgit2 filter framework preread the file data.  This
allows a filter to skip loading the on-disk data entirely into
memory when going in the TO_ODB direction (provided that the filter
is applied first the chain of filters).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bumps the custom filter structure definition and adds flags
to the new version.

This also adds support for a flag that says that a custom filter
can support directly reading working directory file content instead
of having the libgit2 filter framework preread the file data.  This
allows a filter to skip loading the on-disk data entirely into
memory when going in the TO_ODB direction (provided that the filter
is applied first the chain of filters).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2761 from libgit2/cmn/fetch-prune</title>
<updated>2014-12-30T17:53:55+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-12-30T17:53:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a3ef70bb405a05c16fb533d828da2510ff751224'/>
<id>a3ef70bb405a05c16fb533d828da2510ff751224</id>
<content type='text'>
Remote-tracking branch prunning</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remote-tracking branch prunning</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2762 from libgit2/cmn/hide-push</title>
<updated>2014-12-30T17:53:45+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-12-30T17:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c4c47fc2861935d8e373319c0734ea7b2ce34a73'/>
<id>c4c47fc2861935d8e373319c0734ea7b2ce34a73</id>
<content type='text'>
remote: remove git_push from the public API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remote: remove git_push from the public API</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGELOG for pruning</title>
<updated>2014-12-30T17:06:04+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-12-30T17:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8aba3d47cf96e24e02601175f900f0e851077c1a'/>
<id>8aba3d47cf96e24e02601175f900f0e851077c1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: remove git_push from the public API</title>
<updated>2014-12-30T17:02:50+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-12-16T07:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=fe794b2ea7fa2b59c2394eb874c4be99c115c693'/>
<id>fe794b2ea7fa2b59c2394eb874c4be99c115c693</id>
<content type='text'>
Instead we provide git_remote_upload() and git_remote_update_tips() in
order to have a parallel API for fetching and pushing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead we provide git_remote_upload() and git_remote_update_tips() in
order to have a parallel API for fetching and pushing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2785 from jacquesg/coverity</title>
<updated>2014-12-30T16:48:52+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-12-30T16:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=13da562a873f0c68533e97a2990b891ac97d7f0a'/>
<id>13da562a873f0c68533e97a2990b891ac97d7f0a</id>
<content type='text'>
Coverity fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Coverity fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Check for OOM</title>
<updated>2014-12-30T10:33:40+00:00</updated>
<author>
<name>Jacques Germishuys</name>
<email>jacquesg@striata.com</email>
</author>
<published>2014-12-27T19:04:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=dfda1cf507f91b53e73345c9053f6a61587db984'/>
<id>dfda1cf507f91b53e73345c9053f6a61587db984</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing error handling path</title>
<updated>2014-12-30T10:33:40+00:00</updated>
<author>
<name>Jacques Germishuys</name>
<email>jacquesg@striata.com</email>
</author>
<published>2014-12-24T09:44:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0beb7fe42726671304161a1aecee4924617b7c96'/>
<id>0beb7fe42726671304161a1aecee4924617b7c96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check the result of git_buf_joinpath</title>
<updated>2014-12-30T10:33:39+00:00</updated>
<author>
<name>Jacques Germishuys</name>
<email>jacquesg@striata.com</email>
</author>
<published>2014-12-24T09:43:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=3dbd9a0e86f30e1192fd76ce98c9fbce1801a1d9'/>
<id>3dbd9a0e86f30e1192fd76ce98c9fbce1801a1d9</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 #2784 from jacquesg/undef-stat</title>
<updated>2014-12-29T20:22:36+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-12-29T20:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4ceb388b13da61539f3b9df561c6050a0c5b6c31'/>
<id>4ceb388b13da61539f3b9df561c6050a0c5b6c31</id>
<content type='text'>
Undef stat for Mingw</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Undef stat for Mingw</pre>
</div>
</content>
</entry>
</feed>
