<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/ui-summary.c, branch v0.5</title>
<subtitle>A hyperfast web frontend for git repositories written in C.</subtitle>
<id>http://git.cetero.st/cgit/atom/ui-summary.c?h=v0.5</id>
<link rel='self' href='http://git.cetero.st/cgit/atom/ui-summary.c?h=v0.5'/>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/'/>
<updated>2007-05-23T22:02:18Z</updated>
<entry>
<title>Close a &lt;tr&gt; properly</title>
<updated>2007-05-23T22:02:18Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-23T22:02:18Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=62dcc05c27fa2f230a7048211337f86ba20966a5'/>
<id>urn:sha1:62dcc05c27fa2f230a7048211337f86ba20966a5</id>
<content type='text'>
No reason to generate illegal html.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add repo.readme parameter</title>
<updated>2007-05-23T20:46:54Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-23T20:46:54Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=bbcdc290c6c0b8121e57dbca4bd66c9e5e729959'/>
<id>urn:sha1:bbcdc290c6c0b8121e57dbca4bd66c9e5e729959</id>
<content type='text'>
This parameter can be used to specify a repo-specific includefile, which will
then be printed on the summary page for the repo.

If the parametervalue is a not an absolute path, it is taken to be relative
to repo.path.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use cgit_print_age() on summary and log pages</title>
<updated>2007-05-22T21:15:36Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-22T21:15:36Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=237ef7b06d461ddf27b21cd13bfcb50befa4a916'/>
<id>urn:sha1:237ef7b06d461ddf27b21cd13bfcb50befa4a916</id>
<content type='text'>
Update the pages to show relative dates instead of yyyy-mm-dd hh:mm:ss

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add cgit_print_age() function</title>
<updated>2007-05-22T21:12:41Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-22T21:08:46Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=5db39170b6c979655a0238dcd627e206febed88b'/>
<id>urn:sha1:5db39170b6c979655a0238dcd627e206febed88b</id>
<content type='text'>
This function can be used to print relative dates, just as in gitweb. Next
step will be to actually use the new function.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Change commit-view to expect h parameter, not id</title>
<updated>2007-05-15T22:26:23Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-15T22:26:23Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=a2ddc10479ec463708e422ca5ce7ec02c22a7d02'/>
<id>urn:sha1:a2ddc10479ec463708e422ca5ce7ec02c22a7d02</id>
<content type='text'>
The change makes the commit-page benefit from repo.defbranch.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Do not alter incoming sha1 when handling the download refs.</title>
<updated>2007-05-14T23:05:39Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-14T23:05:39Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=cfd2aa079770ddb4c93d5995b2cd7b5f25da3681'/>
<id>urn:sha1:cfd2aa079770ddb4c93d5995b2cd7b5f25da3681</id>
<content type='text'>
The code used to overwrite the const sha1 parameter just to avoid declaring
an extra variable. Fix it.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Show tag heading even if first tag is of the lightweight kind</title>
<updated>2007-05-14T22:07:37Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-14T22:07:37Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=495e39677326284ea13b2f6d76195d6800c2a450'/>
<id>urn:sha1:495e39677326284ea13b2f6d76195d6800c2a450</id>
<content type='text'>
The tag printing code waited for valid tags before printing the
table heading, but forgot to count unannotated tags. This fixes it.

Noticed by Kristian Høgsberg &lt;krh@bitplanet.net&gt;

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Specify static storage class for file-local declarations</title>
<updated>2007-05-14T22:00:37Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-14T21:58:29Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=9927e63f387e6c9328eb3c347ecb0e339f8ac023'/>
<id>urn:sha1:9927e63f387e6c9328eb3c347ecb0e339f8ac023</id>
<content type='text'>
Also fix some whitespace issues while at it.

Noticed by Kristian Høgsberg &lt;krh@bitplanet.net&gt;

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add links to enable downloading of tagged blobs</title>
<updated>2007-05-11T21:44:42Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-11T21:44:42Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=9f48df63f6d8d9a8abcc02cd2f08293da7081520'/>
<id>urn:sha1:9f48df63f6d8d9a8abcc02cd2f08293da7081520</id>
<content type='text'>
All tags below refs/archives are shown on the repo summary page as
download links. The links referes to the tagged objects, using the
tag name as filename for download.

This can be used to add shortcuts for release tarballs, documentation
and other blobs stored in the object database, especially blobs that
are not reachable during cloning.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Update to libgit 1.5.2-rc2</title>
<updated>2007-05-08T21:38:49Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-08T20:40:59Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=61c3ca978c586c673aec618cb94210657278dda8'/>
<id>urn:sha1:61c3ca978c586c673aec618cb94210657278dda8</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
</feed>
