<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit, branch v0.6.3</title>
<subtitle>A hyperfast web frontend for git repositories written in C.</subtitle>
<id>https://git.zx2c4.com/cgit/atom/?h=v0.6.3</id>
<link rel='self' href='https://git.zx2c4.com/cgit/atom/?h=v0.6.3'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/'/>
<updated>2007-09-19T23:04:54Z</updated>
<entry>
<title>cgit v0.6.3</title>
<updated>2007-09-19T23:04:54Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-09-19T23:04:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=b65aa5d16fb5466da39594fc557b776706404998'/>
<id>urn:sha1:b65aa5d16fb5466da39594fc557b776706404998</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Upgrade to GIT 1.5.3.2</title>
<updated>2007-09-19T23:03:25Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-09-19T23:03:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=08b67765f9794ccd5f469e7ebdd5087d0e71dca0'/>
<id>urn:sha1:08b67765f9794ccd5f469e7ebdd5087d0e71dca0</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use trim_end() to remove trailing slashes</title>
<updated>2007-09-19T22:56:53Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-09-19T22:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=4e40d8507ea9a3b5082ae690190e9d41c5b49ae2'/>
<id>urn:sha1:4e40d8507ea9a3b5082ae690190e9d41c5b49ae2</id>
<content type='text'>
All urls and paths read from cgitrc needs to be 'normalized', i.e. get any
trailing slashes removed, and the trim_end() function works out nice for
this purpose.

Removing the trailing slashes also happens to fix the case where the virtual
root should be a single slash; that case used to require specifying the full
hostname (including the http:// prefix), but now it can simply be specified
as /.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove a few compiler warnings</title>
<updated>2007-09-19T22:21:47Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-09-19T22:21:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=0835ffefb8a1f5387463b22e2e5f7e34d387d7b1'/>
<id>urn:sha1:0835ffefb8a1f5387463b22e2e5f7e34d387d7b1</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add cgit.conf to .gitignore, remove *~</title>
<updated>2007-09-19T22:11:03Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-09-19T22:11:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=6df9c7028a489578bc8593e56298cd869fcdc1fc'/>
<id>urn:sha1:6df9c7028a489578bc8593e56298cd869fcdc1fc</id>
<content type='text'>
Not having cgit.conf in .gitignore is a bug, while having *~ is a personal
preference.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-tree: show last line of blob</title>
<updated>2007-09-19T22:05:59Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-09-19T22:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=ff7a39488adbee9cb57bf4549efd60e6b7d4fc1a'/>
<id>urn:sha1:ff7a39488adbee9cb57bf4549efd60e6b7d4fc1a</id>
<content type='text'>
The last line in a blob was never printed by ui-tree::print_object(), which
was particularly annoying when the blob missed a final newline. This fixes
the issue.

Noticed-by: &lt;mkraai@beckman.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-tree: specify parameter position for all htmlf formats</title>
<updated>2007-09-19T21:46:59Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-09-19T21:46:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=63d5f5eaeadf060a0c8c94ac3b32e51b469b6af3'/>
<id>urn:sha1:63d5f5eaeadf060a0c8c94ac3b32e51b469b6af3</id>
<content type='text'>
The GNU C library manual tells us that behavior is undefined if only
some formats has a specification for the parameter position.

Noticed-by: &lt;mkraai@beckman.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>fixed typo in cgitrc</title>
<updated>2007-09-14T17:28:09Z</updated>
<author>
<name>Michael Krelin</name>
<email>hacker@klever.net</email>
</author>
<published>2007-09-14T17:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=7921572fb1fd28ec7523fcf5ed03eaf8a3432e65'/>
<id>urn:sha1:7921572fb1fd28ec7523fcf5ed03eaf8a3432e65</id>
<content type='text'>
Signed-off-by: Michael Krelin &lt;hacker@klever.net&gt;
</content>
</entry>
<entry>
<title>Improve the sample cgitrc file</title>
<updated>2007-09-09T07:53:59Z</updated>
<author>
<name>Chris Pickel</name>
<email>sfiera@macports.org</email>
</author>
<published>2007-09-08T23:37:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=0602d8c4f0b6752c59fd417364b26ed9447f3743'/>
<id>urn:sha1:0602d8c4f0b6752c59fd417364b26ed9447f3743</id>
<content type='text'>
Added and documented missing cgitrc parameters, improved documentation
for virtual-root, added examples for repositories with a working
directory.

[lh:sligthly modified/extended]

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>cgit v0.6.2</title>
<updated>2007-09-08T17:10:37Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-09-08T17:10:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=4beecc9a1873a603cd9b438e317ca385c79af92d'/>
<id>urn:sha1:4beecc9a1873a603cd9b438e317ca385c79af92d</id>
<content type='text'>
</content>
</entry>
</feed>
