<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit, branch v0.8.3.2</title>
<subtitle>Robin Krahl's fork of cgit</subtitle>
<id>https://git.ireas.org/cgit/atom?h=v0.8.3.2</id>
<link rel='self' href='https://git.ireas.org/cgit/atom?h=v0.8.3.2'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/'/>
<updated>2010-06-19T09:50:58Z</updated>
<entry>
<title>CGIT 0.8.3.2</title>
<updated>2010-06-19T09:50:58Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2010-06-19T09:50:58Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=f072bc55b08675db93b2f892016e83d9f975dea2'/>
<id>urn:sha1:f072bc55b08675db93b2f892016e83d9f975dea2</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>shared.c: avoid memory leak during diff</title>
<updated>2010-04-07T22:48:36Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2010-04-07T22:48:36Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=ce761fde0772236a11b41270f9254c515f724ad5'/>
<id>urn:sha1:ce761fde0772236a11b41270f9254c515f724ad5</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Clear the whole context</title>
<updated>2010-02-27T11:52:12Z</updated>
<author>
<name>Daniel Milde</name>
<email>info@milde.cz</email>
</author>
<published>2010-02-21T13:38:59Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=9bd3a7b1ea6c5863d7cba1b5352ce707f5d129a0'/>
<id>urn:sha1:9bd3a7b1ea6c5863d7cba1b5352ce707f5d129a0</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-shared.c: fix segfault when repo is empty</title>
<updated>2010-02-27T11:47:57Z</updated>
<author>
<name>Florian Pritz</name>
<email>bluewind@xssn.at</email>
</author>
<published>2010-02-01T16:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=8d946079c5f51ce934ff5edf6333962c6061d8a5'/>
<id>urn:sha1:8d946079c5f51ce934ff5edf6333962c6061d8a5</id>
<content type='text'>
PATH_INFO="/$REPONAME/commit/?id=1" QUERY_STRING="id=1" ./cgit.cgi
triggers segfault when the repository is empty and therefore
ctx.qry.head is unset

Signed-off-by: Florian Pritz &lt;bluewind@xssn.at&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>CGIT 0.8.3.1</title>
<updated>2009-12-12T11:08:14Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-12-12T11:08:14Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=c86e206a9773f97dc6de6bbf45712bb304de3653'/>
<id>urn:sha1:c86e206a9773f97dc6de6bbf45712bb304de3653</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix segfault on ppc when browsing tree</title>
<updated>2009-12-12T10:56:25Z</updated>
<author>
<name>Martins Polakovs</name>
<email>martins.polakovs@gmail.com</email>
</author>
<published>2009-12-10T15:35:42Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=24538b072718924d3418a258cf0009fb5b5768de'/>
<id>urn:sha1:24538b072718924d3418a258cf0009fb5b5768de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't crash when a repo-specific readme file is used</title>
<updated>2009-12-08T17:25:40Z</updated>
<author>
<name>Sami Kyöstilä</name>
<email>sami.kyostila@gmail.com</email>
</author>
<published>2009-12-08T17:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=f2bf0a05280edddb4961214adfd7b440191737e2'/>
<id>urn:sha1:f2bf0a05280edddb4961214adfd7b440191737e2</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>shared.c: return original errno</title>
<updated>2009-11-07T17:08:30Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-11-07T17:08:30Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=21f67e7d82986135922aece6b4ebf410a98705bc'/>
<id>urn:sha1:21f67e7d82986135922aece6b4ebf410a98705bc</id>
<content type='text'>
Noticed-by: Andreas Schwab &lt;schwab@linux-m68k.org&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Close fd on error in readfile()</title>
<updated>2009-11-07T14:34:18Z</updated>
<author>
<name>Rys Sommefeldt</name>
<email>rys@pixeltards.com</email>
</author>
<published>2009-11-07T14:24:45Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=8cfe4897f01066ae901bdd6ef106faf8e8f2ddf2'/>
<id>urn:sha1:8cfe4897f01066ae901bdd6ef106faf8e8f2ddf2</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Nov is the correct abbreviation</title>
<updated>2009-11-07T14:29:54Z</updated>
<author>
<name>Danijel Tašov</name>
<email>dt@korn.shell.la</email>
</author>
<published>2009-11-02T21:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=e34a3b5adc00255f8acb7d674e5fdadef2ac80f7'/>
<id>urn:sha1:e34a3b5adc00255f8acb7d674e5fdadef2ac80f7</id>
<content type='text'>
</content>
</entry>
</feed>
