<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/docs/error-handling.md, branch ethomson/codeql</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>docs: document GIT_EUSER/GIT_EPASSTHROUGH</title>
<updated>2019-01-28T12:05:52+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2019-01-15T12:30:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2964fed0c5dfeb3b1349ed354f57a3e10ac2a631'/>
<id>2964fed0c5dfeb3b1349ed354f57a3e10ac2a631</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>errors: update docs for giterr changes</title>
<updated>2019-01-22T22:30:37+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-01-10T22:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a27a4de6f8003961d38958893c6c637395c7cc04'/>
<id>a27a4de6f8003961d38958893c6c637395c7cc04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add two words to clarify</title>
<updated>2018-08-27T07:23:02+00:00</updated>
<author>
<name>Johan Abildskov</name>
<email>randomsort@gmail.com</email>
</author>
<published>2018-08-27T07:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c0b2e5256ca3580b8c0fd2e6b04ae1c27d692e2e'/>
<id>c0b2e5256ca3580b8c0fd2e6b04ae1c27d692e2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rephrase wording on giterr_last documentation</title>
<updated>2018-08-20T10:08:50+00:00</updated>
<author>
<name>Johan Abildskov</name>
<email>randomsort@gmail.com</email>
</author>
<published>2018-08-20T10:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=73e31f6f704df4a51c40ea56231741d24e863ab4'/>
<id>73e31f6f704df4a51c40ea56231741d24e863ab4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document giterr_last() use only after error. #4772</title>
<updated>2018-08-20T08:12:00+00:00</updated>
<author>
<name>Johan Abildskov</name>
<email>randomsort@gmail.com</email>
</author>
<published>2018-08-20T08:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=3602b57328819d381d46e7e5f37ccea3e9479f01'/>
<id>3602b57328819d381d46e7e5f37ccea3e9479f01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docs typo geterr_clear -&gt; giterr_clear</title>
<updated>2015-10-26T17:21:09+00:00</updated>
<author>
<name>Stjepan Rajko</name>
<email>stjepanr@axosoft.com</email>
</author>
<published>2015-10-14T16:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2b96b6ef0c6c8ccc88d93d9630ccc9c70932eeb2'/>
<id>2b96b6ef0c6c8ccc88d93d9630ccc9c70932eeb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The error handling docs are out of date</title>
<updated>2013-09-25T18:53:02+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-09-25T18:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=aa94acf0bcf42450af419e5398a85558d3d8bd24'/>
<id>aa94acf0bcf42450af419e5398a85558d3d8bd24</id>
<content type='text'>
The error handling docs date back to the early error redesign
work and don't match up with the route we actually took.  This
brings them in line with actual practice both for external users
and internal implementors, and notes some of the exceptions and
possible bugs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The error handling docs date back to the early error redesign
work and don't match up with the route we actually took.  This
brings them in line with actual practice both for external users
and internal implementors, and notes some of the exceptions and
possible bugs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spelling errors.</title>
<updated>2012-05-19T13:26:52+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2012-05-19T13:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=d73c94b21c58d78a7bf268bc9e3b0f4daa11e514'/>
<id>d73c94b21c58d78a7bf268bc9e3b0f4daa11e514</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>error-handling: Add reference documentation</title>
<updated>2012-03-03T01:28:00+00:00</updated>
<author>
<name>Vicent Martí</name>
<email>tanoku@gmail.com</email>
</author>
<published>2012-02-14T19:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=845f8314e4a02cbd01b2e7d8a6d608d9e9a1334d'/>
<id>845f8314e4a02cbd01b2e7d8a6d608d9e9a1334d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
