<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/include/git2/refs.h, branch correct-ahead-behind</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 #1115 from ben/struct-versions</title>
<updated>2012-12-05T19:47:19+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>vicent@github.com</email>
</author>
<published>2012-12-05T19:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e05ca13f1f3550f59790c0f992841abceee1b4c5'/>
<id>e05ca13f1f3550f59790c0f992841abceee1b4c5</id>
<content type='text'>
Version info for public structs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Version info for public structs</pre>
</div>
</content>
</entry>
<entry>
<title>object: refine git_object_peel() error report</title>
<updated>2012-12-01T07:34:29+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2012-11-19T17:49:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=bc05f30c470f7d147ff85b30ad5719bbce70a4a3'/>
<id>bc05f30c470f7d147ff85b30ad5719bbce70a4a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refs: Deploy EINVALIDSPEC usage</title>
<updated>2012-12-01T07:34:26+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2012-11-12T14:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=80d9d1df14b1f160848ee76dc35f1b0cecab332d'/>
<id>80d9d1df14b1f160848ee76dc35f1b0cecab332d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup nitpicky things</title>
<updated>2012-11-30T21:12:10+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2012-11-29T20:26:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f4fc9fdba03dd4975229243d7c1debd00c9d1f18'/>
<id>f4fc9fdba03dd4975229243d7c1debd00c9d1f18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update callback fn ptr for git_reference_foreach</title>
<updated>2012-11-27T21:18:28+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2012-11-20T22:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=eecc80502975df5ef3aa9027d1b8b929cd6181bd'/>
<id>eecc80502975df5ef3aa9027d1b8b929cd6181bd</id>
<content type='text'>
As part of API review, use a typedef for the callback fn ptr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As part of API review, use a typedef for the callback fn ptr.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename ref and reflog apis for consistency</title>
<updated>2012-11-27T21:17:45+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2012-11-19T04:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2508cc66eb91597b12dc19721d9cea1f06e72107'/>
<id>2508cc66eb91597b12dc19721d9cea1f06e72107</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve docs, examples, warnings</title>
<updated>2012-11-01T21:08:30+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2012-11-01T21:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b90500f03d3ae60f1f79d7adb36d95632a29d7e5'/>
<id>b90500f03d3ae60f1f79d7adb36d95632a29d7e5</id>
<content type='text'>
This improves docs in some of the public header files, cleans
up and improves some of the example code, and fixes a couple
of pedantic warnings in places.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This improves docs in some of the public header files, cleans
up and improves some of the example code, and fixes a couple
of pedantic warnings in places.
</pre>
</div>
</content>
</entry>
<entry>
<title>Separated git_strarray from common.h.  Added doxy comments.</title>
<updated>2012-10-11T12:04:08+00:00</updated>
<author>
<name>Paul Thompson</name>
<email>p.r.thompson@ieee.org</email>
</author>
<published>2012-10-11T12:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b46708aaf953df11fa62fe1c718b794c874873ff'/>
<id>b46708aaf953df11fa62fe1c718b794c874873ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refs: introduce git_reference_is_valid_name()</title>
<updated>2012-09-25T05:49:15+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2012-09-17T05:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=77e06d7e8547e82336489b7cdeb04294ed3d6015'/>
<id>77e06d7e8547e82336489b7cdeb04294ed3d6015</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refs: make git_reference_normalize_name() accept refspec pattern</title>
<updated>2012-09-25T05:49:14+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2012-09-11T10:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c030ada7ff7f9c93a2287ca2f57173d66fbff88a'/>
<id>c030ada7ff7f9c93a2287ca2f57173d66fbff88a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
