<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/cmd.c, branch rm/namespace</title>
<subtitle>A hyperfast web frontend for git repositories written in C.</subtitle>
<id>http://git.cetero.st/cgit/atom/cmd.c?h=rm%2Fnamespace</id>
<link rel='self' href='http://git.cetero.st/cgit/atom/cmd.c?h=rm%2Fnamespace'/>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/'/>
<updated>2016-02-26T12:14:52Z</updated>
<entry>
<title>about: path_info might not be valid</title>
<updated>2016-02-26T12:14:52Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-02-26T12:14:43Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=09a3aa5ae7781a0e461373ede6bc10129cb3f5de'/>
<id>urn:sha1:09a3aa5ae7781a0e461373ede6bc10129cb3f5de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd: redirect empty about/ to homepage or summary</title>
<updated>2016-02-22T17:40:15Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-02-22T15:33:49Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=94c02bbf732d938c92df4961026c4d8f6fd4c37e'/>
<id>urn:sha1:94c02bbf732d938c92df4961026c4d8f6fd4c37e</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>cmd: fix resource leak: free allocation from cgit_currenturl and fmtalloc</title>
<updated>2015-10-09T12:03:58Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2015-10-09T11:15:49Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=6f2e4400faebd829f905c824400f933fe07f5c30'/>
<id>urn:sha1:6f2e4400faebd829f905c824400f933fe07f5c30</id>
<content type='text'>
Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>cmd: fix command definition</title>
<updated>2015-08-14T14:41:22Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-08-14T14:20:23Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=73ef8567f04c2dea8fbf83213b28e0cd1dff98f3'/>
<id>urn:sha1:73ef8567f04c2dea8fbf83213b28e0cd1dff98f3</id>
<content type='text'>
The previous commit removed the "pre" field from "struct cgit_cmd" but
forgot to update this macro.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
Reviewed-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>cmd: no need for pre function hook now</title>
<updated>2015-08-14T13:54:32Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-08-14T13:54:32Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=03de473354dc8c17a3b23a973b5cc67752ad20cb'/>
<id>urn:sha1:03de473354dc8c17a3b23a973b5cc67752ad20cb</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>cmd: remove "want_layout" field</title>
<updated>2015-08-14T13:46:51Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-08-14T11:47:21Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=a420c7ce9b2c483c2f93b8a1a03cc80f3eeedb20'/>
<id>urn:sha1:a420c7ce9b2c483c2f93b8a1a03cc80f3eeedb20</id>
<content type='text'>
No commands use this any more.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>tree: move layout into page function</title>
<updated>2015-08-14T13:46:51Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-08-14T11:47:20Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=9c70c0bfdb71b39f6bae6e0c77bbe40b22d64ff5'/>
<id>urn:sha1:9c70c0bfdb71b39f6bae6e0c77bbe40b22d64ff5</id>
<content type='text'>
This also allows us to return proper HTTP error codes when the requested
tree is not found and display an error message in one case (invalid path
inside valid commit) where we previously just displayed an empty page.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>tag: move layout into page function</title>
<updated>2015-08-14T13:46:51Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-08-14T11:47:19Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=696a33b66f8638d5c3e0464d66760c6d60ff24a5'/>
<id>urn:sha1:696a33b66f8638d5c3e0464d66760c6d60ff24a5</id>
<content type='text'>
This also allows us to return proper HTTP error codes when something
goes wrong.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>summary: move layout into page function</title>
<updated>2015-08-14T13:46:51Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-08-14T11:47:18Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=a3daa41b78fc2c528c9a42630ab95451ddb87358'/>
<id>urn:sha1:a3daa41b78fc2c528c9a42630ab95451ddb87358</id>
<content type='text'>
Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>stats: move layout into page function</title>
<updated>2015-08-14T13:46:51Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-08-14T11:47:17Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=892c5441f4af2f53a3b1906c4d7e458829e0cf0a'/>
<id>urn:sha1:892c5441f4af2f53a3b1906c4d7e458829e0cf0a</id>
<content type='text'>
This also allows us to return proper HTTP error codes for invalid
requests.

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