<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit, branch v0.11.2</title>
<subtitle>Fork of cgit with my patches.</subtitle>
<id>http://git.kilabit.info/cgit/atom?h=v0.11.2</id>
<link rel='self' href='http://git.kilabit.info/cgit/atom?h=v0.11.2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/'/>
<updated>2015-03-13T15:22:11Z</updated>
<entry>
<title>Bump version</title>
<updated>2015-03-13T15:22:11Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-03-13T15:22:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=cadbb69990d232ce49547190b1cff2b57fc8b438'/>
<id>urn:sha1:cadbb69990d232ce49547190b1cff2b57fc8b438</id>
<content type='text'>
</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://git.kilabit.info/cgit/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>filters: Add sample gentoo script</title>
<updated>2015-03-13T13:51:22Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-03-10T01:21:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=7511f4b4df521656d422010b06e2b5b96b21eb84'/>
<id>urn:sha1:7511f4b4df521656d422010b06e2b5b96b21eb84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cgit: remember to set up env vars before empty clone path</title>
<updated>2015-03-09T16:42:12Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-03-08T12:08:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=f3ab1f178f6b7822fc701efbfc9dea8c294cb04f'/>
<id>urn:sha1:f3ab1f178f6b7822fc701efbfc9dea8c294cb04f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ui-shared: currenturl should take into account leading slash</title>
<updated>2015-03-09T16:42:02Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-03-08T11:34:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=8eef4589d0ba80fd4e6a9ce2f3ca4fcf266a64e0'/>
<id>urn:sha1:8eef4589d0ba80fd4e6a9ce2f3ca4fcf266a64e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>html: avoid using a plain integer as a NULL pointer</title>
<updated>2015-03-09T16:41:14Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-03-08T16:32:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=438bac6f579dab5b8f64e8ce42b88cfc3f053b28'/>
<id>urn:sha1:438bac6f579dab5b8f64e8ce42b88cfc3f053b28</id>
<content type='text'>
Sparse complains about this table because we use the integer zero as the
NULL pointer.  Use this as an opportunity to reformat the table so that
it always contains 8 elements per row, making it easier to see which
values are being set and which are not.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>cache: don't use an integer as a NULL pointer</title>
<updated>2015-03-09T16:40:44Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-03-08T16:32:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=80d52079f7f58d273d99745f93909e5c6524a9bd'/>
<id>urn:sha1:80d52079f7f58d273d99745f93909e5c6524a9bd</id>
<content type='text'>
Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>ui-shared: don't use an integer as a NULL pointer</title>
<updated>2015-03-09T16:40:36Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-03-08T16:32:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=d34b96719053ff9340519b64f6d970caaa64350d'/>
<id>urn:sha1:d34b96719053ff9340519b64f6d970caaa64350d</id>
<content type='text'>
Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>ui-shared: avoid initializing static variable to zero</title>
<updated>2015-03-09T16:40:24Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-03-08T16:32:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=94e5f212f55d3f4dd6ce83edb6db823de7eb8cc7'/>
<id>urn:sha1:94e5f212f55d3f4dd6ce83edb6db823de7eb8cc7</id>
<content type='text'>
Sparse complains that we are using a plain integer as a NULL pointer
here, but in fact we do not have to specify a value for this variable at
all since it has static storage duration and thus will be initialized to
NULL by the compiler.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>ui-stats: make cgit_period definitions 'static const'</title>
<updated>2015-03-09T16:40:02Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-03-08T16:32:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/cgit/commit/?id=bd9fb0324d776aa5583a70a6125fce47697701b1'/>
<id>urn:sha1:bd9fb0324d776aa5583a70a6125fce47697701b1</id>
<content type='text'>
These definitions should not be modified (and never are) so we can move
them to .rodata.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
</feed>
