<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/Makefile, branch v0.6</title>
<subtitle>A hyperfast web frontend for git repositories written in C.</subtitle>
<id>https://git.zx2c4.com/cgit/atom/Makefile?h=v0.6</id>
<link rel='self' href='https://git.zx2c4.com/cgit/atom/Makefile?h=v0.6'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/'/>
<updated>2007-09-04T09:54:37Z</updated>
<entry>
<title>cgit v0.6</title>
<updated>2007-09-04T09:54:37Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-09-04T09:54:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=96a24212fda0047a7cd5d79cc43377ce24c1f85c'/>
<id>urn:sha1:96a24212fda0047a7cd5d79cc43377ce24c1f85c</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Makefile: add target "get-git"</title>
<updated>2007-09-03T20:49:19Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-09-03T20:42:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=95eaf2735efffae533ae3b4133bc01b6eb303d5a'/>
<id>urn:sha1:95eaf2735efffae533ae3b4133bc01b6eb303d5a</id>
<content type='text'>
The new target downloads a suitable git.git tarball from kernel.org and
unpacks it in the git directory.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Rewrite the makefile + gen-version.sh</title>
<updated>2007-09-03T20:17:04Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-09-03T19:52:14Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=e8920b52629911f92dbbecdb1d7675760e7a781e'/>
<id>urn:sha1:e8920b52629911f92dbbecdb1d7675760e7a781e</id>
<content type='text'>
The old files were simply broken, hopefully the new ones will work out
somewhat better.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add ui-tag.c</title>
<updated>2007-07-22T21:44:57Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-07-22T21:42:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=4e9107abfe8d3edff17826875b417bcf40dc7390'/>
<id>urn:sha1:4e9107abfe8d3edff17826875b417bcf40dc7390</id>
<content type='text'>
This file implements the tag-command, i.e. printing of annotated tags.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>make gen-version.sh run even if . is not in PATH</title>
<updated>2007-07-03T19:30:05Z</updated>
<author>
<name>Michael Krelin</name>
<email>hacker@klever.net</email>
</author>
<published>2007-07-02T00:29:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=71ebcbe23ab548e5c0ad40aa8be5741654ed3201'/>
<id>urn:sha1:71ebcbe23ab548e5c0ad40aa8be5741654ed3201</id>
<content type='text'>
Signed-off-by: Michael Krelin &lt;hacker@klever.net&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add version info from git-describe</title>
<updated>2007-06-18T08:38:40Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-06-18T07:42:10Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=f69250358a74efa5d7d9c562b2cdd80fad1430f1'/>
<id>urn:sha1:f69250358a74efa5d7d9c562b2cdd80fad1430f1</id>
<content type='text'>
A new script, gen-version.sh, is now invoked from 'make version' to generate
the file VERSION. This file contains a version identifier generated by
git-describe and is included in the Makefile.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-tree: unify with ui-view, use path to select tree/blob</title>
<updated>2007-06-16T18:20:42Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-06-16T18:20:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=ffc69736a606fd8f9a10468cce48b9a37b428944'/>
<id>urn:sha1:ffc69736a606fd8f9a10468cce48b9a37b428944</id>
<content type='text'>
This teaches ui-tree to show both trees and blobs, thereby making ui-view
superfluous. At the same time, ui-tree is extended to honour the specified
path instead of requiering a tree/blob sha1.
</content>
</entry>
<entry>
<title>cgit v0.5</title>
<updated>2007-05-23T22:18:16Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-23T22:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=2a09c0d184ff64676e173072c074649666f4f735'/>
<id>urn:sha1:2a09c0d184ff64676e173072c074649666f4f735</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use git-1.5.2</title>
<updated>2007-05-20T11:41:05Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-20T11:14:36Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=d4dbfdfbaea3aa93e824ea484787de10e73eae65'/>
<id>urn:sha1:d4dbfdfbaea3aa93e824ea484787de10e73eae65</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Include cgit.conf in Makefile</title>
<updated>2007-05-15T16:41:31Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-15T16:38:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=ad3b39d3b8443e142a6bfee34d527c99cd5f280d'/>
<id>urn:sha1:ad3b39d3b8443e142a6bfee34d527c99cd5f280d</id>
<content type='text'>
This allows persistent overrides of Makefile settings without touching
the Makefile.

Suggested in a patch by Kristian Høgsberg &lt;krh@bitplanet.net&gt;

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