<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/Makefile, branch v0.2</title>
<subtitle>my cgit fork
</subtitle>
<id>http://g.freya.cat/cgit/atom?h=v0.2</id>
<link rel='self' href='http://g.freya.cat/cgit/atom?h=v0.2'/>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/'/>
<updated>2007-02-04T23:22:08Z</updated>
<entry>
<title>cgit v0.2</title>
<updated>2007-02-04T23:22:08Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-02-04T23:21:06Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=14d360df60f059b9b5b045fc6df1eec6f0966d9a'/>
<id>urn:sha1:14d360df60f059b9b5b045fc6df1eec6f0966d9a</id>
<content type='text'>
Main changes since v0.1:
  -list tags in repo summary
  -allow search in log-view
  -read repository paths from cgitrc

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add support for prefix and gitsrc arguments to 'make'</title>
<updated>2007-02-04T23:12:04Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-02-04T22:57:34Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=c52e84135e6272d008f69a9ac00265875ff4e60e'/>
<id>urn:sha1:c52e84135e6272d008f69a9ac00265875ff4e60e</id>
<content type='text'>
This should improve the installation a little, especially since the new
options are mentioned in the README. Also, add a make-rule to build the
git binaries if necessary + a dependency between cgit and libgit.a.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Unified install path</title>
<updated>2007-01-28T10:31:57Z</updated>
<author>
<name>Lars Hjemli</name>
<email>larsh@slaptop.hjemli.net</email>
</author>
<published>2007-01-28T10:31:57Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=4a9dea5c0104471324f01663420685e45fe3b480'/>
<id>urn:sha1:4a9dea5c0104471324f01663420685e45fe3b480</id>
<content type='text'>
Install all files into single directory

Signed-off-by: Lars Hjemli &lt;larsh@slaptop.hjemli.net&gt;
</content>
</entry>
<entry>
<title>Enable building with debuginfo</title>
<updated>2007-01-17T00:13:05Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-01-17T00:13:05Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=447025f62ccbbb6e038d42009368e28f3e162460'/>
<id>urn:sha1:447025f62ccbbb6e038d42009368e28f3e162460</id>
<content type='text'>
Add -g to CFLAGS when running make with DEBUG=1

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>cgit 0.1</title>
<updated>2006-12-20T23:53:34Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2006-12-20T23:53:03Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=8e495b075d0c84bb9a6e6ddee28930e3adaf8d7d'/>
<id>urn:sha1:8e495b075d0c84bb9a6e6ddee28930e3adaf8d7d</id>
<content type='text'>
With a working diff, it really has all the basics.

Next steps will be to make it more usable and less ugly :)

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Let make know that ui-diff.c depends on xdiff.h</title>
<updated>2006-12-20T23:47:05Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2006-12-20T23:47:05Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=40dea5254a64408c8707d31374fbea170c62e42f'/>
<id>urn:sha1:40dea5254a64408c8707d31374fbea170c62e42f</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<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://g.freya.cat/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 ui-commit.c + misc ui cleanups</title>
<updated>2006-12-15T23:19:56Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2006-12-15T23:19:56Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=9a8f88658d51aeb86a79ac1121de13562ad2601f'/>
<id>urn:sha1:9a8f88658d51aeb86a79ac1121de13562ad2601f</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add separate makefile-rule to clear current cache</title>
<updated>2006-12-13T13:39:41Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2006-12-13T13:39:41Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=c45b8178d0e042a668395541a28d59f907da150b'/>
<id>urn:sha1:c45b8178d0e042a668395541a28d59f907da150b</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add display of tree content w/ui-tree.c</title>
<updated>2006-12-12T23:13:27Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2006-12-12T23:13:27Z</published>
<link rel='alternate' type='text/html' href='http://g.freya.cat/cgit/commit/?id=06fe0c2f47eaf467db8ab1443e61dfa1c280f30a'/>
<id>urn:sha1:06fe0c2f47eaf467db8ab1443e61dfa1c280f30a</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
</feed>
