<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/include/git2/revparse.h, branch cmn/reference-transaction</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>Some documentation improvements</title>
<updated>2013-08-28T16:31:32+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-08-28T16:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b2d3efcbce2d12cfa9736ab4f9283c91600a8a75'/>
<id>b2d3efcbce2d12cfa9736ab4f9283c91600a8a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revparse: Introduce git_revparse_ext()</title>
<updated>2013-05-16T19:43:24+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2013-05-09T14:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e841c533d75c12156e0be8811d02f0537e32a458'/>
<id>e841c533d75c12156e0be8811d02f0537e32a458</id>
<content type='text'>
Expose a way to retrieve, along with the target git_object, the reference
pointed at by some revparse expression (`@{&lt;-n&gt;}` or
`&lt;branchname&gt;@{upstream}` syntax).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expose a way to retrieve, along with the target git_object, the reference
pointed at by some revparse expression (`@{&lt;-n&gt;}` or
`&lt;branchname&gt;@{upstream}` syntax).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs</title>
<updated>2013-04-15T21:54:28+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2013-04-15T21:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e13a0647a062073fee9ec26f0f3101b50b620c8b'/>
<id>e13a0647a062073fee9ec26f0f3101b50b620c8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git_revision -&gt; git_revspec</title>
<updated>2013-04-15T21:40:46+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2013-04-15T21:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=cbda09d00bb2aa703f90251b231c74d7acc6d21c'/>
<id>cbda09d00bb2aa703f90251b231c74d7acc6d21c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Is this crazy?</title>
<updated>2013-04-15T21:32:40+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2013-04-15T21:32:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=36c2dfed696f80a20ca1352f32ec8b136b800c30'/>
<id>36c2dfed696f80a20ca1352f32ec8b136b800c30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up minor details</title>
<updated>2013-04-15T20:29:40+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-04-15T20:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=201566539f38874b4e93c6a36593bd0d10e6352c'/>
<id>201566539f38874b4e93c6a36593bd0d10e6352c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change git_revparse to output git_object pointers</title>
<updated>2013-04-15T19:00:04+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-04-15T19:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=299a224be16368dc36bef4dc3f5e711ce35300cd'/>
<id>299a224be16368dc36bef4dc3f5e711ce35300cd</id>
<content type='text'>
This will probably prevent many lookup/free
operations in calling code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will probably prevent many lookup/free
operations in calling code.</pre>
</div>
</content>
</entry>
<entry>
<title>Reintroduce git_revparse_single.</title>
<updated>2013-04-15T18:42:34+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-04-15T18:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4291ad078128003ad6d4ac6fb58244f3343ad87a'/>
<id>4291ad078128003ad6d4ac6fb58244f3343ad87a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate git_revparse_single and _rangelike</title>
<updated>2013-04-09T01:07:04+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-04-09T01:03:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1aa21fe3b87a1e601023f49c41fab3ce76c189ac'/>
<id>1aa21fe3b87a1e601023f49c41fab3ce76c189ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement unified git_revparse</title>
<updated>2013-04-08T12:36:11+00:00</updated>
<author>
<name>Ben Straub</name>
<email>bs@github.com</email>
</author>
<published>2013-03-12T03:27:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8480eef7ee0c8e52a8bf3ea12e5626009a966164'/>
<id>8480eef7ee0c8e52a8bf3ea12e5626009a966164</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
