<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/cgit.css, branch ch/for-jason</title>
<subtitle>my cgit fork</subtitle>
<id>http://g.freya.cat/cgit/atom/cgit.css?h=ch%2Ffor-jason</id>
<link rel='self' href='http://g.freya.cat/cgit/atom/cgit.css?h=ch%2Ffor-jason'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/'/>
<updated>2025-08-18T19:14:41Z</updated>
<entry>
<title>steal kernel.org's libravatar lua</title>
<updated>2025-08-18T19:14:41Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-03-19T08:58:41Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=52176801cb6e31d5c04653d66f29148c1becd74c'/>
<id>urn:sha1:52176801cb6e31d5c04653d66f29148c1becd74c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ui-log: show commit message in tooltip</title>
<updated>2025-08-18T19:14:41Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2024-08-04T22:25:49Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=de86fd7a69b888220d80e47d49aaec063a1b12f4'/>
<id>urn:sha1:de86fd7a69b888220d80e47d49aaec063a1b12f4</id>
<content type='text'>
... now that we have the ellipsis to indicate it is available.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>ui-log: show ellipsis if detailed commit message is available</title>
<updated>2025-08-18T19:14:41Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2022-12-16T17:37:10Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=91376c98e25f24b1681bc728b1f4d9ce04244542'/>
<id>urn:sha1:91376c98e25f24b1681bc728b1f4d9ce04244542</id>
<content type='text'>
The existence of a detailed commit message may be of interst even
if only the subject is shown by default.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>css: round border edges for deco</title>
<updated>2025-08-18T19:14:41Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2024-07-23T10:08:00Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=d3860f4d8a5cf36f8ae00dad2c8e85671c1fb418'/>
<id>urn:sha1:d3860f4d8a5cf36f8ae00dad2c8e85671c1fb418</id>
<content type='text'>
Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>css: highlight line in diff...</title>
<updated>2025-08-18T19:14:41Z</updated>
<author>
<name>Loïc</name>
<email>lagiraudiere+cgit@free.fr</email>
</author>
<published>2024-02-03T14:59:57Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=a8ea86cf4178e3300fda8d9af3179902d239d43f'/>
<id>urn:sha1:a8ea86cf4178e3300fda8d9af3179902d239d43f</id>
<content type='text'>
... specified in the URL, with a curved arrow ahead of the line number.

Signed-off-by: Loïc &lt;lagiraudiere+cgit@free.fr&gt;
Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</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://g.freya.cat/cgit/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://g.freya.cat/cgit/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://g.freya.cat/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://g.freya.cat/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://g.freya.cat/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>
</feed>
