<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/cgit.h, branch v0.8</title>
<subtitle>🍴 My patches to cgit
</subtitle>
<id>https://git.ache.one/cgit/atom?h=v0.8</id>
<link rel='self' href='https://git.ache.one/cgit/atom?h=v0.8'/>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/'/>
<updated>2008-09-15T21:00:30Z</updated>
<entry>
<title>Teach cgit how to use PATH_INFO</title>
<updated>2008-09-15T21:00:30Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-08-09T19:11:41Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=e154edd8078020d6eba41b448afade0a68617f35'/>
<id>urn:sha1:e154edd8078020d6eba41b448afade0a68617f35</id>
<content type='text'>
This commit makes cgit use the cgi variables SCRIPT_NAME and PATH_INFO
when virtual-root is unspecified in cgitrc and no url-parameter is
specified on the querystring. This has two nice effects:

* Virtual urls works out of the box, no more need for rewrite-rules in httpd.
* Virtual urls with special querystring characters are handled correctly.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>parsing.c: be prepared for unexpected content in commit/tag objects</title>
<updated>2008-09-15T20:33:11Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-09-14T07:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=a8305a9543969206aa7cec03948c5a19950eedb9'/>
<id>urn:sha1:a8305a9543969206aa7cec03948c5a19950eedb9</id>
<content type='text'>
When parsing commits and tags cgit made too many assumptions about the
formatting of said objects. This patch tries to make the code be more
prepared to handle 'malformed' objects.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'lh/plain'</title>
<updated>2008-09-01T20:40:55Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-09-01T20:40:55Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=d532c4d1612c94347427fa1afda6afb7c34e512a'/>
<id>urn:sha1:d532c4d1612c94347427fa1afda6afb7c34e512a</id>
<content type='text'>
* lh/plain:
  Supply status description to html_status()
  ui-tree: link to plain view instead of blob view
  Implement plain view
</content>
</entry>
<entry>
<title>Implement plain view</title>
<updated>2008-08-06T09:21:30Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-08-06T08:53:50Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=e5da4bca54574522b28f88cab0dc8ebad9e35a73'/>
<id>urn:sha1:e5da4bca54574522b28f88cab0dc8ebad9e35a73</id>
<content type='text'>
This implements a way to access plain blobs by path (similar to the
tree view) instead of by sha1.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add atom-support</title>
<updated>2008-08-01T20:12:34Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-05-21T06:17:54Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=b2a3d31e8839b53a623b4c99124c2c637d0e3cbb'/>
<id>urn:sha1:b2a3d31e8839b53a623b4c99124c2c637d0e3cbb</id>
<content type='text'>
This enables a page which generates atom feeds for the current branch and
path, heavily inspired by the atom-support in gitweb.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Added `local-time` option to cgitrc</title>
<updated>2008-08-01T20:09:13Z</updated>
<author>
<name>Stefan Naewe</name>
<email>stefan.naewe@atlas-elektronik.com</email>
</author>
<published>2008-08-01T12:54:38Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=0f0ab148c6d444316af10e6b4c7a60630fed45d3'/>
<id>urn:sha1:0f0ab148c6d444316af10e6b4c7a60630fed45d3</id>
<content type='text'>
When `local-time` is set, commit, tag and patch timestamps will be printed
in the servers timezone. Also, regardless of the value of `local-time`,
these timestamps will now always show the timezone.

Signed-off-by: Stefan Naewe &lt;stefan.naewe@atlas-elektronik.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add a favicon option to cgitrc</title>
<updated>2008-07-19T18:47:39Z</updated>
<author>
<name>Lars Hjemli</name>
<email>larsh@hatman.(none)</email>
</author>
<published>2008-07-19T18:40:30Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=502865a5ec40fed5f1f865cb34002aecaab8405e'/>
<id>urn:sha1:502865a5ec40fed5f1f865cb34002aecaab8405e</id>
<content type='text'>
This option is used to specify a shortcut icon on all cgit pages.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add support for including a footer on all pages</title>
<updated>2008-06-26T11:53:30Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-06-26T11:53:30Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=de5e9281719809c5b07051faa88e95bd16e8d485'/>
<id>urn:sha1:de5e9281719809c5b07051faa88e95bd16e8d485</id>
<content type='text'>
The new cgitrc option `footer` can be used to include a html-file which
replaces the standard 'generated by cgit' message at the bottom of each
page.

Suggested-by: Peter Danenberg &lt;pcd@wikitex.org&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>allow specification of directly linked blobs mimetypes</title>
<updated>2008-06-24T21:42:32Z</updated>
<author>
<name>Michael Krelin</name>
<email>hacker@klever.net</email>
</author>
<published>2008-06-24T21:42:32Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=42effc939090b2fbf1b2b76cd1d9c30fabcd230e'/>
<id>urn:sha1:42effc939090b2fbf1b2b76cd1d9c30fabcd230e</id>
<content type='text'>
Signed-off-by: Michael Krelin &lt;hacker@klever.net&gt;
</content>
</entry>
<entry>
<title>Add a pager on the repolist</title>
<updated>2008-05-03T08:54:39Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-05-03T08:54:39Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=c6078b8b006bcb0671a3c1bc21dd1a2c01035a2e'/>
<id>urn:sha1:c6078b8b006bcb0671a3c1bc21dd1a2c01035a2e</id>
<content type='text'>
This enables a pager on the repolist which restricts the number of entries
displayed per page, controlled by the new option `max-repo-count` (default
value 50).

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
</feed>
