<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src, branch development-merge</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 #664 from arrbee/attrs-from-index</title>
<updated>2012-05-05T21:22:06+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-05-05T21:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4ef14af93517b3842bc0dfa24147cf10dd029582'/>
<id>4ef14af93517b3842bc0dfa24147cf10dd029582</id>
<content type='text'>
Support git attrs from index (and bare repo)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support git attrs from index (and bare repo)</pre>
</div>
</content>
</entry>
<entry>
<title>notes: Cleanup error handling</title>
<updated>2012-05-05T21:18:10+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-05-05T21:18:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f95e8cc07c85034f737872455fce2895186be19d'/>
<id>f95e8cc07c85034f737872455fce2895186be19d</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 #663 from schu/notes-honor-config</title>
<updated>2012-05-05T21:14:58+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-05-05T21:14:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d3a60dc24479a6077c21ecc3ae3e41b6d5557ff7'/>
<id>d3a60dc24479a6077c21ecc3ae3e41b6d5557ff7</id>
<content type='text'>
Honor core.notesRef config option</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Honor core.notesRef config option</pre>
</div>
</content>
</entry>
<entry>
<title>Fix valgrind issues</title>
<updated>2012-05-04T23:46:46+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2012-05-04T23:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=282283acc65bab9de231a2b3dc489eb171d5f1cf'/>
<id>282283acc65bab9de231a2b3dc489eb171d5f1cf</id>
<content type='text'>
There are three changes here:
- correctly propogate error code from failed object lookups
- make zlib inflate use our allocators
- add OID to notfound error in ODB lookups
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are three changes here:
- correctly propogate error code from failed object lookups
- make zlib inflate use our allocators
- add OID to notfound error in ODB lookups
</pre>
</div>
</content>
</entry>
<entry>
<title>compat: va_copy on Win32 systems</title>
<updated>2012-05-04T20:52:38+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-05-04T20:52:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1adf8c6a9c2c0d8b4936bfc35b84357b13f5a2b2'/>
<id>1adf8c6a9c2c0d8b4936bfc35b84357b13f5a2b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leaks and use after free</title>
<updated>2012-05-04T18:06:12+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2012-05-04T18:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b709e95146b9d56e2c009915ccea7a86c77d4202'/>
<id>b709e95146b9d56e2c009915ccea7a86c77d4202</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support reading attributes from index</title>
<updated>2012-05-03T23:37:25+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2012-05-03T23:37:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f917481ee84cbba481c1854cccdedb2d98377d43'/>
<id>f917481ee84cbba481c1854cccdedb2d98377d43</id>
<content type='text'>
Depending on the operation, we need to consider gitattributes
in both the work dir and the index.  This adds a parameter to
all of the gitattributes related functions that allows user
control of attribute reading behavior (i.e. prefer workdir,
prefer index, only use index).

This fix also covers allowing us to check attributes (and
hence do diff and status) on bare repositories.

This was a somewhat larger change that I hoped because it had
to change the cache key used for gitattributes files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Depending on the operation, we need to consider gitattributes
in both the work dir and the index.  This adds a parameter to
all of the gitattributes related functions that allows user
control of attribute reading behavior (i.e. prefer workdir,
prefer index, only use index).

This fix also covers allowing us to check attributes (and
hence do diff and status) on bare repositories.

This was a somewhat larger change that I hoped because it had
to change the cache key used for gitattributes files.
</pre>
</div>
</content>
</entry>
<entry>
<title>notes: add git_note_default_ref()</title>
<updated>2012-05-03T20:31:29+00:00</updated>
<author>
<name>Michael Schubert</name>
<email>schu@schu.io</email>
</author>
<published>2012-04-30T12:29:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=630c5a4a54bca28687f1c42117f830720f822fa6'/>
<id>630c5a4a54bca28687f1c42117f830720f822fa6</id>
<content type='text'>
Add git_note_default_ref to allow easy retrieval of the currently set
default notes reference.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add git_note_default_ref to allow easy retrieval of the currently set
default notes reference.
</pre>
</div>
</content>
</entry>
<entry>
<title>notes: honor core.notesRef</title>
<updated>2012-05-03T20:31:29+00:00</updated>
<author>
<name>Michael Schubert</name>
<email>schu@schu.io</email>
</author>
<published>2012-04-29T16:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=caea5e543379c053de5eec45b8f5a0e83c07e3fe'/>
<id>caea5e543379c053de5eec45b8f5a0e83c07e3fe</id>
<content type='text'>
Setting core.notesRef allows to change the default notes reference used
by Git. Check if set before using GIT_NOTES_DEFAULT_REF. Fixes #649.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting core.notesRef allows to change the default notes reference used
by Git. Check if set before using GIT_NOTES_DEFAULT_REF. Fixes #649.
</pre>
</div>
</content>
</entry>
<entry>
<title>errors: Use a git_buf for building error strings</title>
<updated>2012-05-03T07:04:04+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-05-03T07:04:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2277216613d974b5a9cd00be9120be194706ff11'/>
<id>2277216613d974b5a9cd00be9120be194706ff11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
