<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit-magenta.git/cgit.css, branch dev/tarball-cache</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.rory.gay/cgit-magenta.git/atom?h=dev%2Ftarball-cache</id>
<link rel='self' href='http://cgit.rory.gay/cgit-magenta.git/atom?h=dev%2Ftarball-cache'/>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/'/>
<updated>2025-04-27T09:01:08Z</updated>
<entry>
<title>Sendfile, minor fixes in static file support, spawn more processes in test, css fixes</title>
<updated>2025-04-27T09:01:08Z</updated>
<author>
<name>Rory&amp;</name>
<email>root@rory.gay</email>
</author>
<published>2025-04-27T09:01:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=43939110959a719b0b346780e8f0d0c028320180'/>
<id>urn:sha1:43939110959a719b0b346780e8f0d0c028320180</id>
<content type='text'>
</content>
</entry>
<entry>
<title>css: Support for dark mode</title>
<updated>2025-04-26T19:16:43Z</updated>
<author>
<name>Samuel Lidén Borell</name>
<email>samuel@kodafritt.se</email>
</author>
<published>2023-01-29T16:55:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=c7f7b235a8f0d8a3c3fbc8db78aff25d02e79eed'/>
<id>urn:sha1:c7f7b235a8f0d8a3c3fbc8db78aff25d02e79eed</id>
<content type='text'>
Modern browsers have a "dark mode" preference, which enables alternate
styles on web sites that support this.

This patch adds a dark color scheme, that is automatically activated
via a CSS @media query.

Older browsers that do not support color schemes will simply show the
light scheme, but possibly without syntax highlighting.

Note that filters that use color (such as source highlighters) and
logotypes may need to be updated to work with a black background!
See the updated files in the filters/ directory.

Signed-off-by: Samuel Lidén Borell &lt;samuel@kodafritt.se&gt;
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>Increase footer contrast</title>
<updated>2025-03-12T10:27:15Z</updated>
<author>
<name>Rory&amp;</name>
<email>root@rory.gay</email>
</author>
<published>2025-03-12T10:27:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=e4b7c6fa027aaad8d23281b0c334c546192086a9'/>
<id>urn:sha1:e4b7c6fa027aaad8d23281b0c334c546192086a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use &lt;pre&gt; and &lt;span&gt; to print diffs</title>
<updated>2025-03-12T05:35:09Z</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-01-17T19:27:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=52b1cfe49cb536a3460f2a849991623f47ed10a9'/>
<id>urn:sha1:52b1cfe49cb536a3460f2a849991623f47ed10a9</id>
<content type='text'>
This correctly preserves whitespace in browsers without CSS, as an
alternative to [1].

[1]: https://80x24.org/cgit.git/commit/?id=7c692e6137697de8a8473c4de5c3de4fb03a2989
</content>
</entry>
<entry>
<title>Improve button spacing for browsers w/o CSS</title>
<updated>2025-03-12T05:33:05Z</updated>
<author>
<name>Eric Wong</name>
<email>e@80x24.org</email>
</author>
<published>2019-01-04T22:23:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=8012d3800ba0a4300d2741cfd4bce6c1378423b6'/>
<id>urn:sha1:8012d3800ba0a4300d2741cfd4bce6c1378423b6</id>
<content type='text'>
For browsers on low-end machines running browsers without CSS
support, the default tree view displayed "logplain" when it
should be "log plain".  Stop relying on CSS and add a space
in between elements to improve accessibility.
</content>
</entry>
<entry>
<title>Improve decoration display for browsers without CSS</title>
<updated>2025-03-12T05:33:03Z</updated>
<author>
<name>Eric Wong</name>
<email>e@80x24.org</email>
</author>
<published>2019-01-01T11:44:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=45063ba9d1bc4c99d9aff55e3ab715c80db10031'/>
<id>urn:sha1:45063ba9d1bc4c99d9aff55e3ab715c80db10031</id>
<content type='text'>
Text-based browsers without CSS support show all the decorations
bunched together without spacing.  Rely on a whitespace instead
of CSS support.
</content>
</entry>
<entry>
<title>Use &lt;pre&gt; for commit-msg</title>
<updated>2025-03-12T05:30:32Z</updated>
<author>
<name>Eric Wong</name>
<email>e@80x24.org</email>
</author>
<published>2019-01-01T11:44:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=3d88369d20fd39fa893f456b9aa9de31c3da38d7'/>
<id>urn:sha1:3d88369d20fd39fa893f456b9aa9de31c3da38d7</id>
<content type='text'>
This preserves formatting readable for users of text-based browsers
without CSS support.
</content>
</entry>
<entry>
<title>Improve pageheader display on text-based browsers</title>
<updated>2025-03-12T05:30:30Z</updated>
<author>
<name>Eric Wong</name>
<email>e@80x24.org</email>
</author>
<published>2019-01-01T11:44:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=264f3b87e7ee34f9f6c15b52bcecfdfc7f4cf055'/>
<id>urn:sha1:264f3b87e7ee34f9f6c15b52bcecfdfc7f4cf055</id>
<content type='text'>
Text-based browsers (and some GUI browsers such as dillo) display
the pageheader as:

  "summaryrefslogtreecommitdiff"

This is difficult-to-read.  Improve accessibility for users who
cannot run memory-hungry browsers by using whitespace instead of
relying on CSS.
</content>
</entry>
<entry>
<title>css: reset font size for blame oid</title>
<updated>2022-12-19T15:13:58Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2022-02-13T15:35:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=d071f28cfa9a49f3aa6355b17e9d9fa7224ff49f'/>
<id>urn:sha1:d071f28cfa9a49f3aa6355b17e9d9fa7224ff49f</id>
<content type='text'>
In Firefox, the hashes in the blame UI are out of step with the line
number and content leading to ever increasing vertical misalignment.

This is caused by the .oid class setting font-size to 90%, so override
this back to 100% for the blame case, bringing the height of lines in
all three columns of the table back into step.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>global: replace references to 'sha1' with 'oid'</title>
<updated>2020-10-20T21:57:12Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2020-10-20T21:32:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=779631c6dc23c15bbbf45a7c7ab9fffb619037b7'/>
<id>urn:sha1:779631c6dc23c15bbbf45a7c7ab9fffb619037b7</id>
<content type='text'>
For some time now sha1 is considered broken and upstream is working to
replace it with sha256. Replace all references to 'sha1' with 'oid',
just as upstream does.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>css: use correct size in annotated decoration</title>
<updated>2018-07-08T17:14:51Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2018-07-08T17:14:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=089b29a7e14f9115971ccc5c5f5713b3aff1fff6'/>
<id>urn:sha1:089b29a7e14f9115971ccc5c5f5713b3aff1fff6</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>ui-log: highlight annotated tags in different color</title>
<updated>2018-06-27T16:01:29Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2018-06-05T10:46:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=0bb34ef130f05b865ee2a34d196ea6352590f673'/>
<id>urn:sha1:0bb34ef130f05b865ee2a34d196ea6352590f673</id>
<content type='text'>
Annotated tags have some extra information... Descriptive text or signature.
Highlighting annotated tags in a different color show what tag may be worth
clicking for extra information.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
Reviewed-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>ui-blame: Allow syntax highlighting</title>
<updated>2018-01-19T10:40:58Z</updated>
<author>
<name>Jeff Smith</name>
<email>whydoubt@gmail.com</email>
</author>
<published>2017-10-29T02:43:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=dbaee2672be14374acb17266477c19294c6155f3'/>
<id>urn:sha1:dbaee2672be14374acb17266477c19294c6155f3</id>
<content type='text'>
Place file contents into a single block so that syntax highlighting can
be applied in the usual fashion.  Place the alternating color bars
behind the file contents.  Force the default syntax highlighting
background to transparent.

Signed-off-by: Jeff Smith &lt;whydoubt@gmail.com&gt;
Reviewed-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>ui-blame: Make each column into a single table cell</title>
<updated>2018-01-19T10:40:55Z</updated>
<author>
<name>Jeff Smith</name>
<email>whydoubt@gmail.com</email>
</author>
<published>2017-10-18T04:17:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=aafc42d8089437db5105feb12d540c33fe9f9e16'/>
<id>urn:sha1:aafc42d8089437db5105feb12d540c33fe9f9e16</id>
<content type='text'>
Signed-off-by: Jeff Smith &lt;whydoubt@gmail.com&gt;
Reviewed-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>ui-blame: Distinguish hashes column from lines column</title>
<updated>2018-01-19T10:40:49Z</updated>
<author>
<name>Jeff Smith</name>
<email>whydoubt@gmail.com</email>
</author>
<published>2017-10-18T04:17:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9'/>
<id>urn:sha1:6b5b655f6d2449fe33d8f48f6e98d5e421bf3ff9</id>
<content type='text'>
Signed-off-by: Jeff Smith &lt;whydoubt@gmail.com&gt;
Reviewed-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>ui-blame: add blame UI</title>
<updated>2017-10-03T18:19:34Z</updated>
<author>
<name>Jeff Smith</name>
<email>whydoubt@gmail.com</email>
</author>
<published>2017-10-02T04:39:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=c1cd290d1f83d3d1c2d081d734e8d213f12cc06b'/>
<id>urn:sha1:c1cd290d1f83d3d1c2d081d734e8d213f12cc06b</id>
<content type='text'>
Implement a page which provides the blame view of a specified file.

This feature is controlled by a new config variable, "enable-blame",
which is disabled by default.

Signed-off-by: Jeff Smith &lt;whydoubt@gmail.com&gt;
Reviewed-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>css: highlight even table rows and skip empty rows</title>
<updated>2016-11-23T04:20:42Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2016-07-06T20:42:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=81509a228c7428abeb56ecacb45ccd8dc8fc6209'/>
<id>urn:sha1:81509a228c7428abeb56ecacb45ccd8dc8fc6209</id>
<content type='text'>
This is stolen from kernel.org css [0].

[0] https://git.kernel.org/cgit-korg-0.10.1.css
</content>
</entry>
<entry>
<title>css: consistent use of empty lines</title>
<updated>2016-07-05T14:15:58Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2016-06-29T07:37:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=c19d983ed7b86face56e41effea4fffcf9ad1e19'/>
<id>urn:sha1:c19d983ed7b86face56e41effea4fffcf9ad1e19</id>
<content type='text'>
Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>ui-log: color line changes</title>
<updated>2016-07-05T14:14:47Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2016-06-29T07:37:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=4fb49864db51affddf37ab2a563b0eb4b33e155d'/>
<id>urn:sha1:4fb49864db51affddf37ab2a563b0eb4b33e155d</id>
<content type='text'>
Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>css: fix indentation</title>
<updated>2016-02-23T14:15:57Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-02-23T14:14:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=46ff6e1993175057a18b14980696648a1c5e87ab'/>
<id>urn:sha1:46ff6e1993175057a18b14980696648a1c5e87ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>css: use less blurry icon for external link</title>
<updated>2016-02-23T14:15:57Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2016-02-23T09:47:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=a0d22c391e6e2bbe0d10a888df1ba77a468d5a18'/>
<id>urn:sha1:a0d22c391e6e2bbe0d10a888df1ba77a468d5a18</id>
<content type='text'>
Your mileage may vary, but for me the old icon looks blurry. The new
one is character 0xf08e from OTF font awsome in size 10.
The icon color is black, gray level is adjusted via opacity.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>ui-shared: add homepage to tabs</title>
<updated>2016-02-22T17:40:13Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-02-22T15:04:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=5f2664f13c90f083b827d8fafa6cfc01c0c4f513'/>
<id>urn:sha1:5f2664f13c90f083b827d8fafa6cfc01c0c4f513</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>Remove no-op link from submodule entries</title>
<updated>2015-03-13T13:52:52Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>cgit@cryptocrack.de</email>
</author>
<published>2015-03-05T19:41:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=db021a1989a52911557ce6b998c11fbe4a4bea9d'/>
<id>urn:sha1:db021a1989a52911557ce6b998c11fbe4a4bea9d</id>
<content type='text'>
Instead of linking to the current page ("href='#'"), do not add a link
to a submodule entry at all if the module-link setting is not used.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>footer: link back to cgit home page</title>
<updated>2014-12-24T02:40:14Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-03-19T09:11:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=2159414a3945f059a7e52a4900ffcd1ca665e102'/>
<id>urn:sha1:2159414a3945f059a7e52a4900ffcd1ca665e102</id>
<content type='text'>
The footer has always been overrideable using the footer= in cgitrc, so
this won't anger anybody who cares about their footer.
</content>
</entry>
<entry>
<title>Reduce line number bloat, fix hover effect</title>
<updated>2014-01-08T13:59:38Z</updated>
<author>
<name>Peter Wu</name>
<email>lekensteyn@gmail.com</email>
</author>
<published>2013-10-03T10:17:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=4468ec1b15becf3838d8cf38440c527c487565a4'/>
<id>urn:sha1:4468ec1b15becf3838d8cf38440c527c487565a4</id>
<content type='text'>
Currently line numbers look like (for blob view and sdiff respectively):

    &lt;a class='no' id='n68' name='n68' href='#n68'&gt;68&lt;/a&gt;
    &lt;td class='lineno'&gt;&lt;a class='no' href='...#n1' id='n1' name='n1'&gt;1&lt;/a&gt;&lt;/td&gt;

name=".." is unnecessary if the id attribute is set (this even applies
to IE6), so drop it. (aside, in HTML5, the name attribute is gone.)

The line number links can be selected through their parent classes, no
need for another class "no", so drop it too.

For a file with 2000 lines, this yields a saving of 40% (29% gzipped).

While at it, fix the hover effect of line numbers: now the line number
get a black background as was intended.

Signed-off-by: Peter Wu &lt;lekensteyn@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>filters: import more modern scripts</title>
<updated>2013-05-27T19:54:16Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2013-05-27T19:39:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=8149be213f1c8f52b0dbe6c213f6073af57fa954'/>
<id>urn:sha1:8149be213f1c8f52b0dbe6c213f6073af57fa954</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>Convert pager navigation into a unordered list</title>
<updated>2013-03-20T20:16:19Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>cgit@cryptocrack.de</email>
</author>
<published>2013-03-07T07:56:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=b60e6bff75719a5fb0df970bac3be6b2726cf73a'/>
<id>urn:sha1:b60e6bff75719a5fb0df970bac3be6b2726cf73a</id>
<content type='text'>
It is common practice and semantically appropriate to use unordered
lists for long navigation lists.

This also fixes the layout of very long pager navigations in
Webkit-based browsers.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>ui-repolist: Bold the currently viewed page.</title>
<updated>2012-10-08T21:29:29Z</updated>
<author>
<name>Jamie Couture</name>
<email>jamie.couture@gmail.com</email>
</author>
<published>2012-10-08T16:49:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=4675b91211fe3119a0def539521ac759b3fb57d0'/>
<id>urn:sha1:4675b91211fe3119a0def539521ac759b3fb57d0</id>
<content type='text'>
Signed-off-by: Jamie Couture &lt;jamie.couture@gmail.com&gt;
</content>
</entry>
<entry>
<title>css: only use div#cgit</title>
<updated>2012-03-20T07:00:20Z</updated>
<author>
<name>Ferry Huberts</name>
<email>ferry.huberts@pelagic.nl</email>
</author>
<published>2012-03-19T22:09:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=45555512ba63b823c6340875254563ea05737668'/>
<id>urn:sha1:45555512ba63b823c6340875254563ea05737668</id>
<content type='text'>
Don't bother with 'body' and 'div#cgit form', since
everything is wrapped in 'div#cgit' already.
Removing these two types makes embedding even easier.

Signed-off-by: Ferry Huberts &lt;ferry.huberts@pelagic.nl&gt;
</content>
</entry>
<entry>
<title>css: force text color to black on decorations</title>
<updated>2012-03-18T20:22:51Z</updated>
<author>
<name>Ferry Huberts</name>
<email>ferry.huberts@pelagic.nl</email>
</author>
<published>2012-03-18T10:44:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=6e63ebfe004342cbe35e0b0f28de646ffa61933a'/>
<id>urn:sha1:6e63ebfe004342cbe35e0b0f28de646ffa61933a</id>
<content type='text'>
improves readability when embedding into a page that
has the text color set to a different color

Signed-off-by: Ferry Huberts &lt;ferry.huberts@pelagic.nl&gt;
</content>
</entry>
<entry>
<title>css: vertically align the cgit logo image</title>
<updated>2012-03-18T20:22:18Z</updated>
<author>
<name>Ferry Huberts</name>
<email>ferry.huberts@pelagic.nl</email>
</author>
<published>2012-03-18T10:44:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=fac65a7ed2d10f83d0df27e66e1c67e11663c220'/>
<id>urn:sha1:fac65a7ed2d10f83d0df27e66e1c67e11663c220</id>
<content type='text'>
When embedding cgit in other pages, the logo alignment needs to be
specified to avoid any css rules from the embedding page to make the
page look bad.

Signed-off-by: Ferry Huberts &lt;ferry.huberts@pelagic.nl&gt;
</content>
</entry>
<entry>
<title>css: prefix all styles with div#cgit</title>
<updated>2012-03-18T20:22:02Z</updated>
<author>
<name>Ferry Huberts</name>
<email>ferry.huberts@pelagic.nl</email>
</author>
<published>2012-03-18T10:44:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=add1ccb1d805e9472483e49c3ce55a2e30bf5aae'/>
<id>urn:sha1:add1ccb1d805e9472483e49c3ce55a2e30bf5aae</id>
<content type='text'>
to facilitate easier embedding

Signed-off-by: Ferry Huberts &lt;ferry.huberts@pelagic.nl&gt;
</content>
</entry>
<entry>
<title>Merge branch 'stable'</title>
<updated>2012-01-03T16:48:22Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2012-01-03T16:48:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=aa25ff3c8b548077f2793c1162f3610af03e63df'/>
<id>urn:sha1:aa25ff3c8b548077f2793c1162f3610af03e63df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix css color value and vertical-align value</title>
<updated>2012-01-03T16:25:46Z</updated>
<author>
<name>Norberto Lopes</name>
<email>nlopes.ml@gmail.com</email>
</author>
<published>2011-11-23T01:59:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=dad620ee56b9c7e1a3217eba7ee750c4aa8d7e71'/>
<id>urn:sha1:dad620ee56b9c7e1a3217eba7ee750c4aa8d7e71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ui-diff.c: create a control panel for diff options</title>
<updated>2011-03-06T22:59:56Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2011-03-06T22:59:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=962a24892feb9e3d69542bcf0a219dc14836e921'/>
<id>urn:sha1:962a24892feb9e3d69542bcf0a219dc14836e921</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'br/misc'</title>
<updated>2011-02-19T13:51:00Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2011-02-19T13:51:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=979c460e7f71d153ae79da67b8b21c3412f0fe02'/>
<id>urn:sha1:979c460e7f71d153ae79da67b8b21c3412f0fe02</id>
<content type='text'>
* br/misc:
  Use transparent background for the cgit logo
  ssdiff: anchors for ssdiff
  implement repo.logo and repo.logo-link
</content>
</entry>
<entry>
<title>ssdiff: anchors for ssdiff</title>
<updated>2011-02-19T13:41:39Z</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2010-12-23T11:47:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=e52040bf90b034aebbfa32756638a24d6b1b3712'/>
<id>urn:sha1:e52040bf90b034aebbfa32756638a24d6b1b3712</id>
<content type='text'>
Emit anchors to the respective revisions in side-by-side diff view

Signed-off-by: Bernhard Reutner-Fischer &lt;rep.dot.nop@gmail.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jh/graph'</title>
<updated>2011-02-19T13:01:59Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2011-02-19T13:01:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=31e1f9af1d46bd7dfdb3b2ac580c0d0cc8dbaa63'/>
<id>urn:sha1:31e1f9af1d46bd7dfdb3b2ac580c0d0cc8dbaa63</id>
<content type='text'>
* jh/graph:
  ui-log: Move 'Age' column when commit graph is present
  ui-log: Line-wrap long commit subjects when showmsg is enabled
  ui-log: Colorize commit graph
  ui-log: Implement support for commit graphs
  ui-log: Change display of full commit messages (and notes)

Conflicts:
	cgit.css
</content>
</entry>
<entry>
<title>ui-log: Colorize commit graph</title>
<updated>2010-11-16T07:18:37Z</updated>
<author>
<name>Johan Herland</name>
<email>johan@herland.net</email>
</author>
<published>2010-11-15T17:39:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=268b34af23cdcac87aed3300bfe6154cbc65753e'/>
<id>urn:sha1:268b34af23cdcac87aed3300bfe6154cbc65753e</id>
<content type='text'>
Use the existing coloring logic in Git's graph code to color the lines
between commits in the commit graph.

Whereas Git normally uses ANSI color escapes to produce colors, we here
use graph_set_column_colors() to replace those with HTML color escapes,
that embed the graph lines in &lt;span&gt; tags that apply the desired color
using CSS.

Signed-off-by: Johan Herland &lt;johan@herland.net&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-log: Implement support for commit graphs</title>
<updated>2010-11-16T07:18:36Z</updated>
<author>
<name>Johan Herland</name>
<email>johan@herland.net</email>
</author>
<published>2010-11-15T17:39:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=9a8d39c668b98464bac97d4e5442966de63f97b2'/>
<id>urn:sha1:9a8d39c668b98464bac97d4e5442966de63f97b2</id>
<content type='text'>
Teach CGit to print an ASCII art commit graph to the left of the commit
message, similar to 'git log --graph'. The graph adds extra lines (table
rows) to the log when needed to add/remove/shuffle edges in the graph.

When 'showmsg' is enabled, the graph is automatically padded to account
for the extra lines added by the commit message/notes.

This feature is controlled by a new config variable: "enable-commit-graph"
(disabled by default), and individual repos can control it by setting
"repo.enable-commit-graph".

Signed-off-by: Johan Herland &lt;johan@herland.net&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-log: Change display of full commit messages (and notes)</title>
<updated>2010-11-16T07:18:36Z</updated>
<author>
<name>Johan Herland</name>
<email>johan@herland.net</email>
</author>
<published>2010-11-15T17:39:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=5a36c2a291a00b59b8ec2f112453e117797c2fe5'/>
<id>urn:sha1:5a36c2a291a00b59b8ec2f112453e117797c2fe5</id>
<content type='text'>
When showmsg is enabled, ui-log (in addition to the table row containing
the details of the current commit) adds a second table row containing the
remainder of the commit message, and yet another table row containing the
commit notes (if any). The vertical margins between commit subject, commit
message and commit notes are controlled by CSS.

In preparation for the commit graph (which will be printed to the left of
the commit message/notes) we need to eliminate these vertical margins (as
they would produce ugly gaps in the commit graph) and instead achieve them
by adding newlines to the commit message/notes. Furthermore, we can no
longer print the "Notes:" header in the "Age" column, since the graph will
be drawn between the "Age" column and the "Commit message" column.

This patch therefore prepares the commit message and commit notes in a
single buffer (properly formatting the notes using the NOTES_SHOW_HEADER
and NOTES_INDENT flags to format_note()), and then prints the entire
buffer into a single table row.

Signed-off-by: Johan Herland &lt;johan@herland.net&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>cgit.css: Add syntax highlighting entries</title>
<updated>2010-09-19T17:12:51Z</updated>
<author>
<name>Todd Zullinger</name>
<email>tmz@pobox.com</email>
</author>
<published>2010-09-06T13:31:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=d7765df117d25fc015856598c06f4796e8cdbb27'/>
<id>urn:sha1:d7765df117d25fc015856598c06f4796e8cdbb27</id>
<content type='text'>
Signed-off-by: Todd Zullinger &lt;tmz@pobox.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-log: Display git notes when present</title>
<updated>2010-08-04T01:10:07Z</updated>
<author>
<name>Jeff Smith</name>
<email>whydoubt@yahoo.com</email>
</author>
<published>2010-07-29T14:32:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=39c2e224d3c55dfa1a7668399897be295be07dc7'/>
<id>urn:sha1:39c2e224d3c55dfa1a7668399897be295be07dc7</id>
<content type='text'>
Signed-off-by: Jeff Smith &lt;whydoubt@yahoo.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-commit: Display git notes when present</title>
<updated>2010-08-04T01:10:07Z</updated>
<author>
<name>Jeff Smith</name>
<email>whydoubt@yahoo.com</email>
</author>
<published>2010-07-29T14:32:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=059b39344fdcde324dff1099fc4b70c7aab12a96'/>
<id>urn:sha1:059b39344fdcde324dff1099fc4b70c7aab12a96</id>
<content type='text'>
Signed-off-by: Jeff Smith &lt;whydoubt@yahoo.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jh/path-limit'</title>
<updated>2010-06-22T14:15:48Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2010-06-22T14:15:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=37a24e4e39737edaa5cdde501346a65eeb280e63'/>
<id>urn:sha1:37a24e4e39737edaa5cdde501346a65eeb280e63</id>
<content type='text'>
Conflicts:
	cgit.h
	ui-commit.c
</content>
</entry>
<entry>
<title>ui-shared.c: path-limit style nitpick</title>
<updated>2010-06-19T10:56:06Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2010-06-19T09:35:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=a2cbd3c30b64a26b52b2003ba6569f3c083f4092'/>
<id>urn:sha1:a2cbd3c30b64a26b52b2003ba6569f3c083f4092</id>
<content type='text'>
This subjectively makes the path-limit bar less visually intrusive.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix style of commit-filter links in commit-subject.</title>
<updated>2010-06-19T10:20:09Z</updated>
<author>
<name>Johan Herland</name>
<email>johan@herland.net</email>
</author>
<published>2010-06-18T15:56:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=47187b33be1c3de43fbed6f350ab05bc978aacd0'/>
<id>urn:sha1:47187b33be1c3de43fbed6f350ab05bc978aacd0</id>
<content type='text'>
When using the commit-filter functionality to add e.g. bug tracker links to
commit messages, the style of those links is mangled by a CSS directive that
is meant to only apply to decorations that are listed on the commit-subject
line.

Fix this directive to only apply to the decorations.

Signed-off-by: Johan Herland &lt;johan@herland.net&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-shared: Display path limit directly beneath tab bar in relevant pages</title>
<updated>2010-06-19T08:40:22Z</updated>
<author>
<name>Johan Herland</name>
<email>johan@herland.net</email>
</author>
<published>2010-06-09T23:09:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=c93ef96aaf77437abeb552bd9e30973f90365f3a'/>
<id>urn:sha1:c93ef96aaf77437abeb552bd9e30973f90365f3a</id>
<content type='text'>
Design-wise, the path is shown by "expanding" the grey border between the
tab bar and the content area of the page to house the current path limit.

This is only displayed on pages where the path limit is relevant, and only
when a path limit is in effect.

Signed-off-by: Johan Herland &lt;johan@herland.net&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ro/ssdiff'</title>
<updated>2009-12-08T18:32:48Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-12-08T18:32:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=f4f6210b4f9c214dc247567bbd06b1135c9ecd06'/>
<id>urn:sha1:f4f6210b4f9c214dc247567bbd06b1135c9ecd06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cgit.css: highlight directories in tree</title>
<updated>2009-11-28T02:07:34Z</updated>
<author>
<name>Georg Lukas</name>
<email>georg@op-co.de</email>
</author>
<published>2009-11-28T02:07:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=545b5a5dcae2a0c322381493ee90f6c37353da9c'/>
<id>urn:sha1:545b5a5dcae2a0c322381493ee90f6c37353da9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In side-by-side diff, add support for marking individual characters.</title>
<updated>2009-11-07T14:37:11Z</updated>
<author>
<name>Ragnar Ouchterlony</name>
<email>ragnar@lysator.liu.se</email>
</author>
<published>2009-10-25T17:13:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=735e15e38a484bf0daa98776fa7cde270a271cda'/>
<id>urn:sha1:735e15e38a484bf0daa98776fa7cde270a271cda</id>
<content type='text'>
Refuses to do so if the left hand side of the diff has different amount of
differing lines to the right hand side to avoid confusion.

Note that I use the naive dynamic programming approach for calculating the
longest common subsequence. We could probably be more efficient by using a
better algorithm. The LCS calculating function is O(n*m) and uses up n*m
amount of memory too (so if we we compare two strings of length 100, I use
an array of 10000 for calculating the LCS). Might want to not calculate LCS
if the length of the line is too large.

Signed-off-by: Ragnar Ouchterlony &lt;ragnar@lysator.liu.se&gt;
</content>
</entry>
<entry>
<title>Polishing of how the side-by-side diff looks.</title>
<updated>2009-09-16T18:17:56Z</updated>
<author>
<name>Ragnar Ouchterlony</name>
<email>ragnar@lysator.liu.se</email>
</author>
<published>2009-09-15T17:44:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=207cc34711039329b41345f716bf421a88a6fd0a'/>
<id>urn:sha1:207cc34711039329b41345f716bf421a88a6fd0a</id>
<content type='text'>
Aligned all different files, so that all side-by-side tables look
the same. Also made sure that the tables take up the whole browser
width.

Also various changes to the css to make things easier on the eye.

Signed-off-by: Ragnar Ouchterlony &lt;ragnar@lysator.liu.se&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>First version of side-by-side diff.</title>
<updated>2009-09-16T18:17:56Z</updated>
<author>
<name>Ragnar Ouchterlony</name>
<email>ragnar@lysator.liu.se</email>
</author>
<published>2009-09-13T17:36:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=40e174d5364910750413d94b5417e57d108190ef'/>
<id>urn:sha1:40e174d5364910750413d94b5417e57d108190ef</id>
<content type='text'>
This constitutes the first prototype of a side-by-side diff. It is not
possible to switch between unidiff and side-by-side diff at all at this
stage.

Signed-off-by: Ragnar Ouchterlony &lt;ragnar@lysator.liu.se&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'lh/repo-scan'</title>
<updated>2009-09-13T20:02:07Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-09-13T20:02:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=92f6940975f6771f3a08d497c02575ee5bdc79da'/>
<id>urn:sha1:92f6940975f6771f3a08d497c02575ee5bdc79da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce 'section' as canonical spelling for 'repo.group'</title>
<updated>2009-08-24T08:22:58Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-08-23T20:58:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=e7af002d5c405c82652f739d08ced3908d1f57e7'/>
<id>urn:sha1:e7af002d5c405c82652f739d08ced3908d1f57e7</id>
<content type='text'>
The 'repo.' prefix should be reserved for repo-specific options, but
the option 'repo.group' must still be honored to stay backwards
compatible.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>cgit.css: make the blob display in tree view a bit prettier</title>
<updated>2009-08-21T12:37:50Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-08-21T12:37:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=6638f40868ccf7806a9668560d3608324704c2b7'/>
<id>urn:sha1:6638f40868ccf7806a9668560d3608324704c2b7</id>
<content type='text'>
Adding some padding to the linenumbers while right-aligning them and
removing the background color makes the page more readable.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>cgit.css: align commit message with subject in expanded log listing</title>
<updated>2009-08-10T16:03:31Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-08-10T16:03:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=4c228e3c3b9d457b603f2a65bd98aaedb3c16b3a'/>
<id>urn:sha1:4c228e3c3b9d457b603f2a65bd98aaedb3c16b3a</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-tree: show hexdump of binary blobs</title>
<updated>2009-01-31T16:45:48Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-01-31T16:45:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=ae1d4d75b2a2eb3534ff4b3685cc5c0b80007ef7'/>
<id>urn:sha1:ae1d4d75b2a2eb3534ff4b3685cc5c0b80007ef7</id>
<content type='text'>
This teaches ui-tree to detect binary blobs and display them similar
to `hexdump -C` (only wider).

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jw/commit-decorations'</title>
<updated>2009-01-27T22:00:40Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-01-27T22:00:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=dfc4c82aad1ca990544441ce8b90e99d32f0d82d'/>
<id>urn:sha1:dfc4c82aad1ca990544441ce8b90e99d32f0d82d</id>
<content type='text'>
Conflicts:
	cgit.css

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>cgit.css: minor adjustment of commit decorations</title>
<updated>2009-01-27T21:47:24Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-01-27T21:42:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=236665d70d142dcb822efce84c3021dd6ac5df13'/>
<id>urn:sha1:236665d70d142dcb822efce84c3021dd6ac5df13</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'og/tree-view-selection'</title>
<updated>2009-01-27T19:21:56Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-01-27T19:21:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=1fdde95a5a169ad2240460b1d3f25bae606527f5'/>
<id>urn:sha1:1fdde95a5a169ad2240460b1d3f25bae606527f5</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'lh/stats'</title>
<updated>2009-01-27T19:16:37Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-01-27T19:16:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=7710178e45dee61e85ea77c4221309ce8c086f95'/>
<id>urn:sha1:7710178e45dee61e85ea77c4221309ce8c086f95</id>
<content type='text'>
Conflicts:
	cgit.c
	cgit.css
	cgit.h
	ui-tree.c

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-log: show name-decorations in log output</title>
<updated>2009-01-11T11:16:18Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-01-11T11:16:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=ef2dc552b298e5c65db8fbe5ff1c375e50d0f057'/>
<id>urn:sha1:ef2dc552b298e5c65db8fbe5ff1c375e50d0f057</id>
<content type='text'>
Commits are now decorated with a clickable 'label' for each ref pointing
at it, similar to how gitweb and gitk displays commit decorations.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>changed objects are outputted, allowing for selections of code only</title>
<updated>2009-01-10T11:13:54Z</updated>
<author>
<name>Onne Gorter</name>
<email>onne.gorter@avinity.net</email>
</author>
<published>2009-01-07T12:56:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=a90e2aa4e1bd5c3a9657ce7d675943f4a265cc9f'/>
<id>urn:sha1:a90e2aa4e1bd5c3a9657ce7d675943f4a265cc9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a 'stats' page to each repo</title>
<updated>2008-12-06T16:38:19Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-12-06T16:38:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=f86a23ff537258d36bf8f1876fa7a4bede6673d8'/>
<id>urn:sha1:f86a23ff537258d36bf8f1876fa7a4bede6673d8</id>
<content type='text'>
This new page, which is disabled by default, can be used to print some
statistics about the number of commits per period in the repository,
where period can be either weeks, months, quarters or years.

The function can be activated globally by setting 'enable-stats=1' in
cgitrc and disabled for individual repos by setting 'repo.enable-stats=0'.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-log: use css to make full-log prettier</title>
<updated>2008-11-30T12:01:44Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-11-29T18:11:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=ab67164d6217fcda5ef3e07aefa3dd6eee6b65a3'/>
<id>urn:sha1:ab67164d6217fcda5ef3e07aefa3dd6eee6b65a3</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add link to index page from repo header, remove page name</title>
<updated>2008-05-04T15:30:02Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-05-03T10:44:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=17890d0058c1555133c8767ceb123e809e6971ab'/>
<id>urn:sha1:17890d0058c1555133c8767ceb123e809e6971ab</id>
<content type='text'>
This makes it more obvious how to get back to the index, especially when the
config option `logo-link` is used. And the page name displayed in the header
provided no extra information. It only consumed space and deserved to die.

While at it, make sure that the different parts of the header doesn't wrap
when horizontal space is limited.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add footer with page creation time and cgit version on all pages</title>
<updated>2008-05-03T09:07:41Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-05-03T09:07:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=aa3c4486b41b8b13d0f52477f033837fc8bb9524'/>
<id>urn:sha1:aa3c4486b41b8b13d0f52477f033837fc8bb9524</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&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='http://cgit.rory.gay/cgit-magenta.git/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>
<entry>
<title>Fix more css ugliness</title>
<updated>2008-04-14T20:10:33Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-14T20:10:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=35d19bbb641aa56a21fb2c238994716c272e154f'/>
<id>urn:sha1:35d19bbb641aa56a21fb2c238994716c272e154f</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>cgit.css: set form margins</title>
<updated>2008-04-14T08:21:18Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-14T08:17:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=2ee1238cdff66dcd4bf98f83b820678976f53ed8'/>
<id>urn:sha1:2ee1238cdff66dcd4bf98f83b820678976f53ed8</id>
<content type='text'>
According to the css2 spec, htmlforms have 1.12em top and bottom margins. That
doesn't play well with the placement of the search form, so lets force it to
use 0em margins.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix css font-family</title>
<updated>2008-04-14T08:07:43Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-14T08:00:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=adf61225c40dd89e2bb1af0087767aee66791c4e'/>
<id>urn:sha1:adf61225c40dd89e2bb1af0087767aee66791c4e</id>
<content type='text'>
When the sidebar was introduced in v0.7 the default font-family property
got messed up, but this commit should fix the issue.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>More layout fixes</title>
<updated>2008-04-13T08:57:11Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-13T08:57:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=931fc6d1e4986a4566647dda16af09bf69a28b89'/>
<id>urn:sha1:931fc6d1e4986a4566647dda16af09bf69a28b89</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Minor fixup in tree-view css</title>
<updated>2008-04-12T18:18:16Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-12T18:18:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=72a69b77e7bf10cc3674e61e1ddd4d81618ee533'/>
<id>urn:sha1:72a69b77e7bf10cc3674e61e1ddd4d81618ee533</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Reintroduce the branch switcher</title>
<updated>2008-04-12T18:11:49Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-12T18:11:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=68cb84839f8fbc20688b22202489f4c2a54d3f55'/>
<id>urn:sha1:68cb84839f8fbc20688b22202489f4c2a54d3f55</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Replace sidebar/logo</title>
<updated>2008-04-12T18:00:27Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-12T13:53:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=f135569b2be3fb1816f802f9a162b3743b735d1c'/>
<id>urn:sha1:f135569b2be3fb1816f802f9a162b3743b735d1c</id>
<content type='text'>
This replaces the sidebar with a more 'common' header layout and also
updates the logo.

Not quite finished yet, though.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use tables for page layout</title>
<updated>2007-11-16T08:52:03Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-16T08:52:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=6ef637e0908ca5a14675b3513f48cd390d3757fe'/>
<id>urn:sha1:6ef637e0908ca5a14675b3513f48cd390d3757fe</id>
<content type='text'>
It feels like the Right Thing, and it fixes some rendering problems in a
much used webbrowser.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix html error detected by test-suite</title>
<updated>2007-11-11T12:04:28Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-11T12:04:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=2915483ef6c9c29ac1493e6945688bb62f7825b4'/>
<id>urn:sha1:2915483ef6c9c29ac1493e6945688bb62f7825b4</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Minor css tweaks</title>
<updated>2007-11-09T12:19:56Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-09T12:19:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=86d6dfa9b7bd3e1b38618992061cc43ab89993ae'/>
<id>urn:sha1:86d6dfa9b7bd3e1b38618992061cc43ab89993ae</id>
<content type='text'>
Don't specify border and background color for input controls, reduce font-
size of heading in sidebar.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Do not require javascript-enabled clients</title>
<updated>2007-11-03T13:05:12Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T13:05:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=601c76eb15a298ac9529f4dded5dd4297b9c3768'/>
<id>urn:sha1:601c76eb15a298ac9529f4dded5dd4297b9c3768</id>
<content type='text'>
A simple submit-button is all that's required to make the branch selector
drop-down work on any client, so lets add one.

Noticed-by: Olivier Ramonat &lt;olivier@ramonat.fr&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix typo in css</title>
<updated>2007-11-03T08:36:09Z</updated>
<author>
<name>Shunichi Fuji</name>
<email>palglowr@gmail.com</email>
</author>
<published>2007-11-03T08:36:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=df203a293e3ac19245f8761cf7c5808f8735f917'/>
<id>urn:sha1:df203a293e3ac19245f8761cf7c5808f8735f917</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Change the cgit layout</title>
<updated>2007-10-30T12:38:34Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-10-30T09:47:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=0c8e184e9cbf4d3a1e907de9125f6d8210c169d6'/>
<id>urn:sha1:0c8e184e9cbf4d3a1e907de9125f6d8210c169d6</id>
<content type='text'>
This modifies and hopefully improves the layout of all cgit pages:

  * Remove the header from all pages and replace it with a sidebar;
    most pages have sufficient width but many needs more height.

  * Add a dropdown-box to switch between branches, using a one-liner
    javascript to reload the current page in context of the selected branch.

  * Include refs found below refs/archives in the sidebar, appearing as a
    set of menuitems below a 'download' heading.

  * Include the brand new cgit logo

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Teach log search about --grep, --author and --committer</title>
<updated>2007-10-28T14:23:00Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-10-28T14:23:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=68ca032dbe7379f78775fb03ef34a9ad2abc409f'/>
<id>urn:sha1:68ca032dbe7379f78775fb03ef34a9ad2abc409f</id>
<content type='text'>
This makes the log searching more explicit, using a dropdown box to specify
the commit field to match against.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'stable'</title>
<updated>2007-10-05T14:20:13Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-10-05T14:20:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=f214118c56aeeb8bc2c7f4618be58bbc463dd75f'/>
<id>urn:sha1:f214118c56aeeb8bc2c7f4618be58bbc463dd75f</id>
<content type='text'>
* stable:
  correct typo in CSS
</content>
</entry>
<entry>
<title>correct typo in CSS</title>
<updated>2007-10-05T14:19:26Z</updated>
<author>
<name>Michael Krelin</name>
<email>hacker@klever.net</email>
</author>
<published>2007-10-04T22:21:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=fd39489f4f49f9efe45c881d3f5f503c0068148a'/>
<id>urn:sha1:fd39489f4f49f9efe45c881d3f5f503c0068148a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cgit.css: make diff headers more visible</title>
<updated>2007-10-01T10:41:29Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-10-01T10:41:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=271829f269158c2ff818f72eb0c6f9de2a724126'/>
<id>urn:sha1:271829f269158c2ff818f72eb0c6f9de2a724126</id>
<content type='text'>
This modifies the background color of diff headers to make them easier to
spot.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>css: remove the annoying tr:hover rule for diffstat</title>
<updated>2007-10-01T10:09:41Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-10-01T10:09:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=7e1af8ad92abb4efc1d2069f0fa348f273d1e693'/>
<id>urn:sha1:7e1af8ad92abb4efc1d2069f0fa348f273d1e693</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add support for line number in url fragment</title>
<updated>2007-07-22T22:47:18Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-07-22T22:46:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=f405d0bf75427c627778027e9900359335d6774e'/>
<id>urn:sha1:f405d0bf75427c627778027e9900359335d6774e</id>
<content type='text'>
With this change, urls like http://hjemli.net/git/cgit/tree/ui-tree.c#43 can
be used to jump directly to the specified line number.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>css: adjust vertical-align of commit info th cells</title>
<updated>2007-07-18T12:55:40Z</updated>
<author>
<name>Michael Krelin</name>
<email>hacker@klever.net</email>
</author>
<published>2007-07-18T12:55:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=3aae82703bfe70fc273f0611cdc780804df77bb8'/>
<id>urn:sha1:3aae82703bfe70fc273f0611cdc780804df77bb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change S/L/T to summary/log/tree</title>
<updated>2007-06-18T20:14:17Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-06-18T20:12:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=a215bf4620113fcefb8dd3442bf3501bd648c463'/>
<id>urn:sha1:a215bf4620113fcefb8dd3442bf3501bd648c463</id>
<content type='text'>
In yet another attempt at better usability, the cryptic S/L/T links are
changed to show their full name.

Suggested-by: Kristian Høgsberg &lt;krh@bitplanet.net&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add more menuitems on repo pages</title>
<updated>2007-06-18T06:29:53Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-06-17T22:18:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=b8be028a309381b83abe924f5e8e01cf02b121a2'/>
<id>urn:sha1:b8be028a309381b83abe924f5e8e01cf02b121a2</id>
<content type='text'>
In an attempt to get better usability, a set of 'semistatic' menuitems
are added to the page header on all pages except the repository index.

The menuitems (summary, log, files, commit and diff) honours the current
branch and revision. To switch the current branch one can use the branch
links on the summary page.

The backlink to the repository index page is now available by clicking
the static page heading.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-tree: html/css cleanup</title>
<updated>2007-06-17T11:17:00Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-06-17T11:17:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=426032f767763b46f462de51d1ebded34f671d79'/>
<id>urn:sha1:426032f767763b46f462de51d1ebded34f671d79</id>
<content type='text'>
Various fixes to make html and css more "clean". The only visible change
is the link to file/directory log: it is now printed as "L" (for Log)
instead of "H" (for History).

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-tree: unify with ui-view, use path to select tree/blob</title>
<updated>2007-06-16T18:20:42Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-06-16T18:20:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=ffc69736a606fd8f9a10468cce48b9a37b428944'/>
<id>urn:sha1:ffc69736a606fd8f9a10468cce48b9a37b428944</id>
<content type='text'>
This teaches ui-tree to show both trees and blobs, thereby making ui-view
superfluous. At the same time, ui-tree is extended to honour the specified
path instead of requiering a tree/blob sha1.
</content>
</entry>
<entry>
<title>cgit.css: make it validate</title>
<updated>2007-06-06T22:43:07Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-06-06T22:43:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=849f0f0f02f858e21fbe59295846e51628f82915'/>
<id>urn:sha1:849f0f0f02f858e21fbe59295846e51628f82915</id>
<content type='text'>
This fixes a few validation-issues in the css.

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://cgit.rory.gay/cgit-magenta.git/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>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://cgit.rory.gay/cgit-magenta.git/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>css: make column headings bold</title>
<updated>2007-05-20T22:29:11Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-20T22:29:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed'/>
<id>urn:sha1:3b86b44fc761cfa8b97c44bbbdd63c9fbf1127ed</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Make frontpage friendlier</title>
<updated>2007-05-20T22:14:28Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-20T22:14:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=0b8b6a317654dce2aa8c7ec5bf55717f624af14f'/>
<id>urn:sha1:0b8b6a317654dce2aa8c7ec5bf55717f624af14f</id>
<content type='text'>
This is an attempt to make the index page more usable by changing how
repo groups and repo links are displayed.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Adjust apperance of repogroup headers</title>
<updated>2007-05-20T20:12:54Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-20T20:12:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=7b39144a541ab5be8bcd2748a5be89389bee7192'/>
<id>urn:sha1:7b39144a541ab5be8bcd2748a5be89389bee7192</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Teach cgit how to group repositories by category</title>
<updated>2007-05-18T20:51:18Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-18T20:48:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.rory.gay/cgit-magenta.git/commit/?id=5877c49f68b1e1bef94b4867f22c336f0e1605b6'/>
<id>urn:sha1:5877c49f68b1e1bef94b4867f22c336f0e1605b6</id>
<content type='text'>
The new parameter 'repo.group' is used to set the repository group
for the following repositores. Whenever this parameter changes value,
a subheading is generated in the index page (printing the current value
of repo.group).

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