<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/cgit.css, branch v0.4</title>
<subtitle>Fork of cgit with my patches.</subtitle>
<id>http://git.kilabit.info/cgit/atom?h=v0.4</id>
<link rel='self' href='http://git.kilabit.info/cgit/atom?h=v0.4'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/'/>
<updated>2007-05-13T21:27:53Z</updated>
<entry>
<title>Add commitdiff between commit and each of it's parent</title>
<updated>2007-05-13T21:27:53Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-13T21:13:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=6a8749d3bd1570faa3dc07e80efc8fcef5953aa0'/>
<id>urn:sha1:6a8749d3bd1570faa3dc07e80efc8fcef5953aa0</id>
<content type='text'>
A link is added next to each parent of a commit, leading to the new
diff-functionality in ui-diff.c.

Also added support for a path-parameter to filelevel diffs accessed via the
diffstat.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add graphical diffstat to commit view</title>
<updated>2007-05-13T20:31:11Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-13T20:25:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=8a3685bcf2612206fc24a2421acb53dd83aeab85'/>
<id>urn:sha1:8a3685bcf2612206fc24a2421acb53dd83aeab85</id>
<content type='text'>
The diffstat is calculated against the leftmost parent of the commit. This
gives nice information for "normal" merges while octopus merges are less
than optimal, so the diffstat isn't calculated for those merges.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>css: fix bad rendering in Internet Explorer</title>
<updated>2007-05-11T22:29:37Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-11T22:29:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=f5af0beb6ab569d64950ca55a52a07923917ce81'/>
<id>urn:sha1:f5af0beb6ab569d64950ca55a52a07923917ce81</id>
<content type='text'>
The layout-tables used border-collapse:separate, which maked all pages look
really bad in IE. Fix it.

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.kilabit.info/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>Add submodule links in tree listing</title>
<updated>2007-05-11T10:12:48Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-11T10:12:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=ded9393b173853d2e960f9b176aeb0bc4ed35be2'/>
<id>urn:sha1:ded9393b173853d2e960f9b176aeb0bc4ed35be2</id>
<content type='text'>
When a submodule occurs in a tree, generate a link to show the
module/commit. The link is specified as a sprintf string in /etc/cgitrc,
using parameters 'module-link' and 'repo.module-link'. This should probably
be extended with repo.module-link.$path.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Layout update</title>
<updated>2007-02-20T23:24:36Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-02-17T12:46:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=66cacd053ba900c8eb3b7962027370c84a97f990'/>
<id>urn:sha1:66cacd053ba900c8eb3b7962027370c84a97f990</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set explicit font size</title>
<updated>2007-01-28T11:01:21Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-01-28T11:01:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=d8b0cca2606f8919208ea68549ff60c6e5fe91bb'/>
<id>urn:sha1:d8b0cca2606f8919208ea68549ff60c6e5fe91bb</id>
<content type='text'>
This might be bad style, but cgit really needed smaller fonts.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Change global document layout</title>
<updated>2007-01-28T10:33:55Z</updated>
<author>
<name>Lars Hjemli</name>
<email>larsh@slaptop.hjemli.net</email>
</author>
<published>2007-01-28T10:33:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=8596cda71d04cd49cb983aee7968d14cc58c030d'/>
<id>urn:sha1:8596cda71d04cd49cb983aee7968d14cc58c030d</id>
<content type='text'>
Use a document-wide table for the main layout

Signed-off-by: Lars Hjemli &lt;larsh@slaptop.hjemli.net&gt;
</content>
</entry>
<entry>
<title>Cleanup table listings</title>
<updated>2007-01-27T23:52:41Z</updated>
<author>
<name>Lars Hjemli</name>
<email>larsh@slaptop.hjemli.net</email>
</author>
<published>2007-01-27T23:39:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=777faf7e509e1de2b795b2a326ff00c9bd799104'/>
<id>urn:sha1:777faf7e509e1de2b795b2a326ff00c9bd799104</id>
<content type='text'>
Make the output for &lt;table class='list'&gt; a bit nicer

Signed-off-by: Lars Hjemli &lt;larsh@slaptop.hjemli.net&gt;
</content>
</entry>
<entry>
<title>Extend repo summary with tag list</title>
<updated>2007-01-17T00:10:39Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-01-17T00:10:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=23734c5a2b607dca2d634cafdc63202a687f26d3'/>
<id>urn:sha1:23734c5a2b607dca2d634cafdc63202a687f26d3</id>
<content type='text'>
Show all tags in the repo below the branch list.

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