<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/shared.c, branch v0.1</title>
<subtitle>A hyperfast web frontend for git repositories written in C.</subtitle>
<id>http://git.cetero.st/cgit/atom/shared.c?h=v0.1</id>
<link rel='self' href='http://git.cetero.st/cgit/atom/shared.c?h=v0.1'/>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/'/>
<updated>2006-12-20T21:48:27Z</updated>
<entry>
<title>Add basic diff view</title>
<updated>2006-12-20T21:48:27Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2006-12-20T21:48:27Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=36aba00273e7af1b94bf8c5dd5068709d983d01e'/>
<id>urn:sha1:36aba00273e7af1b94bf8c5dd5068709d983d01e</id>
<content type='text'>
Finally, xdiff is used to show per-file diffs via commit view.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add cgit_free_commitinfo() and use where needed</title>
<updated>2006-12-16T13:58:20Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2006-12-16T13:58:20Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=aaa24bdd30303128bded8487cd9f63b54c3b8dcd'/>
<id>urn:sha1:aaa24bdd30303128bded8487cd9f63b54c3b8dcd</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add cache-root option to /cgit/rc</title>
<updated>2006-12-16T12:43:01Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2006-12-16T12:43:01Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=61245ad18545ab09b22e9fcce5e49d5d36bf8176'/>
<id>urn:sha1:61245ad18545ab09b22e9fcce5e49d5d36bf8176</id>
<content type='text'>
Somehow, this option was forgotten when parsing the configfile.

Add it.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add argument parsing + switch for uncached operation</title>
<updated>2006-12-16T12:38:45Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2006-12-16T12:33:32Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=521dc7a4bf4af6115ffc3a94d447689bbaa22272'/>
<id>urn:sha1:521dc7a4bf4af6115ffc3a94d447689bbaa22272</id>
<content type='text'>
This adds support for the following options to cgit:
  --root=&lt;path&gt;
  --cache=&lt;path&gt;
  --nocache
  --query=&lt;querystring&gt;
  --repo=&lt;reponame&gt;
  --page=&lt;pagename&gt;
  --head=&lt;branchname&gt;
  --sha1=&lt;sha1&gt;
  --ofs=&lt;number&gt;

On startup, /etc/cgitrc is parsed, followed by argument parsing and
finally querystring parsing.

If --nocache is specified (or set in /etc/gitrc), caching is disabled and
cgit instead generates pages to stdout.

The combined effect of these two changes makes testing/debugging a lot
less painfull.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add head comment to shared.c</title>
<updated>2006-12-16T00:14:01Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2006-12-16T00:14:01Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=a1a79998f22fe8279be51fc1d31bfcf14031c109'/>
<id>urn:sha1:a1a79998f22fe8279be51fc1d31bfcf14031c109</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add simple pager to log page</title>
<updated>2006-12-13T23:40:34Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2006-12-13T23:40:34Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=420712ac2531f65a2b94d5ec6d8e03de6942331e'/>
<id>urn:sha1:420712ac2531f65a2b94d5ec6d8e03de6942331e</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move global variables + callback functions into shared.c</title>
<updated>2006-12-11T16:25:51Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2006-12-11T16:25:41Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=44923f8953c66dc9b852316b655ab3b5aec9478e'/>
<id>urn:sha1:44923f8953c66dc9b852316b655ab3b5aec9478e</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
</feed>
