<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/cgit.css, branch v1.2.2</title>
<subtitle>Fork of cgit with my patches.</subtitle>
<id>http://git.kilabit.info/cgit/atom?h=v1.2.2</id>
<link rel='self' href='http://git.kilabit.info/cgit/atom?h=v1.2.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/'/>
<updated>2018-07-08T17:14:51Z</updated>
<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://git.kilabit.info/cgit/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://git.kilabit.info/cgit/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://git.kilabit.info/cgit/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://git.kilabit.info/cgit/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://git.kilabit.info/cgit/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://git.kilabit.info/cgit/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://git.kilabit.info/cgit/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://git.kilabit.info/cgit/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://git.kilabit.info/cgit/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://git.kilabit.info/cgit/commit/?id=46ff6e1993175057a18b14980696648a1c5e87ab'/>
<id>urn:sha1:46ff6e1993175057a18b14980696648a1c5e87ab</id>
<content type='text'>
</content>
</entry>
</feed>
