<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src/revparse.c, branch vmg/full-ref-iterator</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>revparse: Make revparse_ext() return git_reference from names as well</title>
<updated>2013-05-16T19:43:31+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2013-05-10T18:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f672cd2a0925c230421efccdefd8e1f640bba41b'/>
<id>f672cd2a0925c230421efccdefd8e1f640bba41b</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>revparse: Simplify temporary reference freeing</title>
<updated>2013-05-16T19:20:08+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2013-05-09T14:52:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=dcaa898d8200d5eefa5ba8c7618c5526d8392da0'/>
<id>dcaa898d8200d5eefa5ba8c7618c5526d8392da0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix trailing whitespaces</title>
<updated>2013-05-15T20:41:30+00:00</updated>
<author>
<name>nulltoken</name>
<email>emeric.fermas@gmail.com</email>
</author>
<published>2013-05-13T19:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=1fed6b07f0722c8b4349ff3709a49df3d3c9ae61'/>
<id>1fed6b07f0722c8b4349ff3709a49df3d3c9ae61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose git_reference_dwim</title>
<updated>2013-05-07T21:34:48+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2013-05-07T21:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=98d633cccf0a214b83ebfe9c7cb8ca449a1f0637'/>
<id>98d633cccf0a214b83ebfe9c7cb8ca449a1f0637</id>
<content type='text'>
Extract this function out of the rev-parse code to be able to DWIM a
reference instead of its target.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extract this function out of the rev-parse code to be able to DWIM a
reference instead of its target.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix one error not reported in revparse</title>
<updated>2013-05-01T22:48:40+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-05-01T22:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f470b00b037cfcd40e19e88913a9a8b64d98288f'/>
<id>f470b00b037cfcd40e19e88913a9a8b64d98288f</id>
<content type='text'>
There are many paths through revparse that may return an error
code without reporting an error, I believe.  This fixes one of
them.  Because of the backtracking in revparse, it is pretty
complicated to fix the others.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are many paths through revparse that may return an error
code without reporting an error, I believe.  This fixes one of
them.  Because of the backtracking in revparse, it is pretty
complicated to fix the others.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix uninitialized var warnings</title>
<updated>2013-04-18T21:59:25+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-04-18T21:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2aee1aa4165583cf77815df404d87818d53b72dc'/>
<id>2aee1aa4165583cf77815df404d87818d53b72dc</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>Merge remote-tracking branch 'ben/unified-revparse' into development</title>
<updated>2013-04-15T21:18:24+00:00</updated>
<author>
<name>Vicent Marti</name>
<email>tanoku@gmail.com</email>
</author>
<published>2013-04-15T21:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d064c74794f51e759cd84648f84f2609d3283ecc'/>
<id>d064c74794f51e759cd84648f84f2609d3283ecc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
