<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/ui-summary.c, branch v0.6.2</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.6.2</id>
<link rel='self' href='http://git.cetero.st/cgit/atom/ui-summary.c?h=v0.6.2'/>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/'/>
<updated>2007-07-22T21:44:57Z</updated>
<entry>
<title>Add ui-tag.c</title>
<updated>2007-07-22T21:44:57Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-07-22T21:42:55Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=4e9107abfe8d3edff17826875b417bcf40dc7390'/>
<id>urn:sha1:4e9107abfe8d3edff17826875b417bcf40dc7390</id>
<content type='text'>
This file implements the tag-command, i.e. printing of annotated tags.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add ofs argument to cgit_log_link and use it in ui-log.c</title>
<updated>2007-06-29T18:31:00Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-06-29T18:27:41Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=103940fe6b0914dc42b8b033d1d328f38135ca5f'/>
<id>urn:sha1:103940fe6b0914dc42b8b033d1d328f38135ca5f</id>
<content type='text'>
This fixes a bug in the prev/next links on the log page: when on the default
branch the links to prev/next page would contain h=(null).

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add cgit_commit_link() + support for id=sha1 to commit view</title>
<updated>2007-06-17T12:53:02Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-06-17T12:53:02Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=42a7eb9c73457319a3fd5441ff26046fc9b31dad'/>
<id>urn:sha1:42a7eb9c73457319a3fd5441ff26046fc9b31dad</id>
<content type='text'>
This adds a function to generate links to the commit page and extends said
page to use id from querystring as primary revision specified (fallback to
h).

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add git_log_link() and fix bug in generic repolink function</title>
<updated>2007-06-17T11:57:51Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-06-17T11:57:51Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=48c487d72daef7e71683a85f775db8d36ab20341'/>
<id>urn:sha1:48c487d72daef7e71683a85f775db8d36ab20341</id>
<content type='text'>
The generic repolink function compared head with cgit_query_head, which
almost always would be the same pointer. The test now compares with
repo.defbranch, which is the wanted behavour.

Bug discovered while adding cgit_log_link(), so this commit also contain
that change.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Implemented configurable HEAD shortlog on summary page.</title>
<updated>2007-05-31T08:25:48Z</updated>
<author>
<name>Ondrej Jirman</name>
<email>ondrej.jirman@zonio.net</email>
</author>
<published>2007-05-26T01:33:41Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=51a960a3ca6b0cade97db287a342996c3e1de48d'/>
<id>urn:sha1:51a960a3ca6b0cade97db287a342996c3e1de48d</id>
<content type='text'>
This mirrors similiar functionality in gitweb. After clicking on
project on projectlist you will immediatelly see quick summary
of last N commits on HEAD.

[lh: changed from HEAD to cgit_query_head]

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use &amp;amp; instead of &amp; in URLs.</title>
<updated>2007-05-31T08:18:38Z</updated>
<author>
<name>Ondrej Jirman</name>
<email>ondrej.jirman@zonio.net</email>
</author>
<published>2007-05-25T23:15:10Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=1a63cfcc3d83919e790e7e279eb35fc75adb0e3c'/>
<id>urn:sha1:1a63cfcc3d83919e790e7e279eb35fc75adb0e3c</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<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>
</feed>
