<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit, branch v0.8.3</title>
<subtitle>A hyperfast web frontend for git repositories written in C.</subtitle>
<id>https://git.zx2c4.com/cgit/atom/?h=v0.8.3</id>
<link rel='self' href='https://git.zx2c4.com/cgit/atom/?h=v0.8.3'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/'/>
<updated>2009-09-13T20:17:02Z</updated>
<entry>
<title>CGIT 0.8.3</title>
<updated>2009-09-13T20:17:02Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-09-13T20:17:02Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=27479ac54c99584612f7246c9456119e88621eaa'/>
<id>urn:sha1:27479ac54c99584612f7246c9456119e88621eaa</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'stable'</title>
<updated>2009-09-13T20:15:38Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-09-13T20:15:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=33998c51be27c466fa8d0ccead587ff0b36c0021'/>
<id>urn:sha1:33998c51be27c466fa8d0ccead587ff0b36c0021</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CGIT 0.8.2.2</title>
<updated>2009-09-13T20:14:12Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-09-13T20:14:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=f92ca06e4bcb4aee051e199a8148c42210ec7a80'/>
<id>urn:sha1:f92ca06e4bcb4aee051e199a8148c42210ec7a80</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'lh/repo-scan'</title>
<updated>2009-09-13T20:02:07Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-09-13T20:02:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=92f6940975f6771f3a08d497c02575ee5bdc79da'/>
<id>urn:sha1:92f6940975f6771f3a08d497c02575ee5bdc79da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'fp/linenumbers'</title>
<updated>2009-09-13T20:01:52Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-09-13T20:01:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=5f12e45fe3338095916a444ff106dd9fc9991d84'/>
<id>urn:sha1:5f12e45fe3338095916a444ff106dd9fc9991d84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use GIT-1.6.4.3</title>
<updated>2009-09-13T19:56:45Z</updated>
<author>
<name>Lars Hjemli</name>
<email>larsh@slackbox.hjemli.net</email>
</author>
<published>2009-09-13T19:56:45Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=45c49d6cf4b819385dfee620a81e3cb095ed5cd1'/>
<id>urn:sha1:45c49d6cf4b819385dfee620a81e3cb095ed5cd1</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;larsh@slackbox.hjemli.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'stable'</title>
<updated>2009-09-06T17:33:27Z</updated>
<author>
<name>Lars Hjemli</name>
<email>larsh@slackbox.hjemli.net</email>
</author>
<published>2009-09-06T17:33:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=670f99097939a08510c2c909cd38f8083800861a'/>
<id>urn:sha1:670f99097939a08510c2c909cd38f8083800861a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ui-plain.c: only return the blob with the specified path</title>
<updated>2009-09-06T17:33:10Z</updated>
<author>
<name>Lars Hjemli</name>
<email>larsh@slackbox.hjemli.net</email>
</author>
<published>2009-09-06T17:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=b507252b469333d06afff0888d466e39124a7e07'/>
<id>urn:sha1:b507252b469333d06afff0888d466e39124a7e07</id>
<content type='text'>
When a path to a directory was specified for the 'plain'
view, each blob in the directory used to be returned to
the client. This patch fixes the issue by matching the
path of each blob against the requested path.

Noticed-by: Lars Stoltenow &lt;penma@penma.de&gt;
Signed-off-by: Lars Hjemli &lt;larsh@slackbox.hjemli.net&gt;
</content>
</entry>
<entry>
<title>cgit.c: respect repo-local 'snapshots' option for --scan-path</title>
<updated>2009-08-24T11:31:49Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-08-24T11:31:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=ee554849ac7209fa8f7486327ec9f3b370e4c876'/>
<id>urn:sha1:ee554849ac7209fa8f7486327ec9f3b370e4c876</id>
<content type='text'>
The repo-specific 'snapshots' option is bitwise AND'ed with the global
'snapshots' option during parsing, and since the global cgitrc hasn't
been parsed when --scan-path is processed the global 'snapshots' will
always be 0 (i.e. no repo-specific 'snapshots' setting will have any
effect).

This patch fixes the issue by setting the global 'snapshots' mask to
0xFF (hence relying on later parsing of the generated cgitrc repolist
to do the right thing).

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>cgit.c: only print first line of repo.desc in print_repo()</title>
<updated>2009-08-24T11:27:15Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-08-24T11:27:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=588fb8efc69778b85062e8fc2f482a8de43bad75'/>
<id>urn:sha1:588fb8efc69778b85062e8fc2f482a8de43bad75</id>
<content type='text'>
Since repo.desc might have been populated by reading the 'description'
file in GIT_DIR, it may contain newlines. And by printing the literal
value, we may then generate an invalid cgitrc include-file.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
</feed>
