<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/cgit.c, branch v0.5</title>
<subtitle>A hyperfast web frontend for git repositories written in C.</subtitle>
<id>http://git.cetero.st/cgit/atom/cgit.c?h=v0.5</id>
<link rel='self' href='http://git.cetero.st/cgit/atom/cgit.c?h=v0.5'/>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/'/>
<updated>2007-05-18T20:51:01Z</updated>
<entry>
<title>Enable url=value querystring parameter</title>
<updated>2007-05-18T20:51:01Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-18T01:00:54Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=30ccdcaa74ebc0aab2b7843b0db8251d0ddf56de'/>
<id>urn:sha1:30ccdcaa74ebc0aab2b7843b0db8251d0ddf56de</id>
<content type='text'>
This makes is possible to use repo-urls like '/pub/scm/git/git.git' and
even add path specifications, like '/pub/scm/git/git.git/log/documentation'.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move cgit_get_repoinfo into shared.c</title>
<updated>2007-05-18T20:51:01Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-17T22:47:47Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=305414df1246531baf0f2c959c2c61df4e93c526'/>
<id>urn:sha1:305414df1246531baf0f2c959c2c61df4e93c526</id>
<content type='text'>
This function will be usefull when parsing url arguments.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add support for commitdiff via h parameter</title>
<updated>2007-05-15T22:58:35Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-15T22:58:35Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=f9ff7df613b4ee86fe5914c4ae3400650882c03d'/>
<id>urn:sha1:f9ff7df613b4ee86fe5914c4ae3400650882c03d</id>
<content type='text'>
The commitdiff will be generated against the first parent, and the
diff page also gets the benefit of repo.defbranch.

Cleaned up some bad whitespace in cgit.h while at it.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Change commit-view to expect h parameter, not id</title>
<updated>2007-05-15T22:26:23Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-15T22:26:23Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=a2ddc10479ec463708e422ca5ce7ec02c22a7d02'/>
<id>urn:sha1:a2ddc10479ec463708e422ca5ce7ec02c22a7d02</id>
<content type='text'>
The change makes the commit-page benefit from repo.defbranch.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Enable default value for head parameter</title>
<updated>2007-05-15T22:16:00Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-15T22:14:51Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=b28b105ec172b258ae5d629381a5890697c2f938'/>
<id>urn:sha1:b28b105ec172b258ae5d629381a5890697c2f938</id>
<content type='text'>
Pages which expect head to be specified in the querystring can now be
given a default value, configurable per repository (via repo.defbranch,
which defaults to "master").

Currently, only the log page actually works without parameters, but the
defbranch is bound to be exploited.

This also removes some dead code from shared.c

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Don't hardcode urls when SCRIPT_NAME is available</title>
<updated>2007-05-14T22:48:31Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-14T22:48:31Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=ea2831f1c826d92c0158474c2d07837ec2f9fd6c'/>
<id>urn:sha1:ea2831f1c826d92c0158474c2d07837ec2f9fd6c</id>
<content type='text'>
Also, let the makefile define the name of the installed cgi and
use that definition as a default value for cgit_script_name variable.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Let makefile override the configfile location</title>
<updated>2007-05-14T21:09:49Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-14T21:09:49Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=9ecde6568a9e39c942f4c5585ffa494c5df870e4'/>
<id>urn:sha1:9ecde6568a9e39c942f4c5585ffa494c5df870e4</id>
<content type='text'>
Pass CGIT_CONFIG from makefile during build, to enable stuff like

  make CGIT_CONFIG=/var/cgit/cgit.conf

Noticed by Kristian Høgsberg &lt;krh@bitplanet.net&gt;

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>cgit.c: fix whitespace breakage</title>
<updated>2007-05-14T20:58:01Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-14T20:58:01Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=5b94c96a83f19a0175a8e1699d71080965793cc2'/>
<id>urn:sha1:5b94c96a83f19a0175a8e1699d71080965793cc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add log filtering by path and link to it from tree view</title>
<updated>2007-05-14T09:13:18Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-14T09:10:59Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=9fb53af215639fcd3bfb876fa9c8bac221244bdf'/>
<id>urn:sha1:9fb53af215639fcd3bfb876fa9c8bac221244bdf</id>
<content type='text'>
This enables path-filtering in log-view, and adds a link per entry in
tree-view to show the log for each file/directory.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add commitdiff between commit and each of it's parent</title>
<updated>2007-05-13T21:27:53Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-13T21:13:12Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=6a8749d3bd1570faa3dc07e80efc8fcef5953aa0'/>
<id>urn:sha1:6a8749d3bd1570faa3dc07e80efc8fcef5953aa0</id>
<content type='text'>
A link is added next to each parent of a commit, leading to the new
diff-functionality in ui-diff.c.

Also added support for a path-parameter to filelevel diffs accessed via the
diffstat.

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