<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>git.mortis.eu Git - codetags.git/atom log</title>
<subtitle>A plugin for displaying code tags (XXX, FIXME, TODO, etc.)</subtitle>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git" />
<link rel="self" type="text/xml" href="http://git.mortis.eu/git" />
<id>http://git.mortis.eu/git/codetags.git</id>
<author><name>Giel van Schijndel</name></author>
<icon>/static/git-favicon.png</icon>
<logo>/static/git-logo.png</logo>
<updated>2011-04-25T13:46:57Z</updated>
<generator version='1.7.2.5/1.7.2.5'>gitweb</generator>
<entry>
<title type="html">Wrap git version-date extraction into a somewhat reusable function</title>
<updated>2011-04-25T13:46:57Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2011-04-25T13:46:57Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/66b43879a84021de84f0a20242e75eaacfb5ad37" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/66b43879a84021de84f0a20242e75eaacfb5ad37</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Wrap git version-date extraction into a somewhat reusable function

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/a634ac363b17a7db3694a4c895392285a49ea7ce..66b43879a84021de84f0a20242e75eaacfb5ad37:/setup.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/66b43879a84021de84f0a20242e75eaacfb5ad37?f=setup.py">H</a>] setup.py</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Use slightly better git-commands for version/date fetching</title>
<updated>2011-04-25T13:33:30Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2011-04-25T13:33:30Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/a634ac363b17a7db3694a4c895392285a49ea7ce" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/a634ac363b17a7db3694a4c895392285a49ea7ce</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Use slightly better git-commands for version/date fetching

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/0b0baaaa962155b445702fa7ae37e1078d4a3361..a634ac363b17a7db3694a4c895392285a49ea7ce:/setup.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/a634ac363b17a7db3694a4c895392285a49ea7ce?f=setup.py">H</a>] setup.py</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Ensure API compatibility with Trac 0.12</title>
<updated>2011-04-08T12:18:16Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2011-04-08T12:18:16Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/0b0baaaa962155b445702fa7ae37e1078d4a3361" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/0b0baaaa962155b445702fa7ae37e1078d4a3361</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Ensure API compatibility with Trac 0.12

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/4c783d22502b1e7d782386726895f42d1bfc76e4..0b0baaaa962155b445702fa7ae37e1078d4a3361:/codetags/__init__.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/0b0baaaa962155b445702fa7ae37e1078d4a3361?f=codetags/__init__.py">H</a>] codetags/__init__.py</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Add Trac (&gt;= 0.10) dependency to setup.py</title>
<updated>2011-03-31T18:05:54Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2011-03-31T18:05:54Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/4c783d22502b1e7d782386726895f42d1bfc76e4" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/4c783d22502b1e7d782386726895f42d1bfc76e4</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add Trac (&gt;= 0.10) dependency to setup.py

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/afdb6239fbffd9a8ba4a9ca9a3d415e8361a9f6d..4c783d22502b1e7d782386726895f42d1bfc76e4:/setup.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/4c783d22502b1e7d782386726895f42d1bfc76e4?f=setup.py">H</a>] setup.py</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Small fixup</title>
<updated>2011-03-31T18:01:09Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2011-03-31T18:01:09Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/afdb6239fbffd9a8ba4a9ca9a3d415e8361a9f6d" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/afdb6239fbffd9a8ba4a9ca9a3d415e8361a9f6d</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Small fixup

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/cd6c18e7932f2f7c504f0babd39428aefd57b5d9..afdb6239fbffd9a8ba4a9ca9a3d415e8361a9f6d:/codetags/__init__.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/afdb6239fbffd9a8ba4a9ca9a3d415e8361a9f6d?f=codetags/__init__.py">H</a>] codetags/__init__.py</li>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/cd6c18e7932f2f7c504f0babd39428aefd57b5d9..afdb6239fbffd9a8ba4a9ca9a3d415e8361a9f6d:/codetags/templates/codetags.html">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/afdb6239fbffd9a8ba4a9ca9a3d415e8361a9f6d?f=codetags/templates/codetags.html">H</a>] codetags/templates/codetags.html</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Debianize to trac-codetags</title>
<updated>2010-10-05T22:25:46Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2010-10-05T22:25:46Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/cd6c18e7932f2f7c504f0babd39428aefd57b5d9" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/cd6c18e7932f2f7c504f0babd39428aefd57b5d9</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Debianize to trac-codetags

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/75789b38d4611979240d0a089c3b59b588f8437e..cd6c18e7932f2f7c504f0babd39428aefd57b5d9:/.gitignore">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/cd6c18e7932f2f7c504f0babd39428aefd57b5d9?f=.gitignore">H</a>] .gitignore</li>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/75789b38d4611979240d0a089c3b59b588f8437e..cd6c18e7932f2f7c504f0babd39428aefd57b5d9:/debian/changelog">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/cd6c18e7932f2f7c504f0babd39428aefd57b5d9?f=debian/changelog">H</a>] debian/changelog</li>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/75789b38d4611979240d0a089c3b59b588f8437e..cd6c18e7932f2f7c504f0babd39428aefd57b5d9:/debian/compat">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/cd6c18e7932f2f7c504f0babd39428aefd57b5d9?f=debian/compat">H</a>] debian/compat</li>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/75789b38d4611979240d0a089c3b59b588f8437e..cd6c18e7932f2f7c504f0babd39428aefd57b5d9:/debian/control">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/cd6c18e7932f2f7c504f0babd39428aefd57b5d9?f=debian/control">H</a>] debian/control</li>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/75789b38d4611979240d0a089c3b59b588f8437e..cd6c18e7932f2f7c504f0babd39428aefd57b5d9:/debian/copyright">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/cd6c18e7932f2f7c504f0babd39428aefd57b5d9?f=debian/copyright">H</a>] debian/copyright</li>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/75789b38d4611979240d0a089c3b59b588f8437e..cd6c18e7932f2f7c504f0babd39428aefd57b5d9:/debian/pycompat">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/cd6c18e7932f2f7c504f0babd39428aefd57b5d9?f=debian/pycompat">H</a>] debian/pycompat</li>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/75789b38d4611979240d0a089c3b59b588f8437e..cd6c18e7932f2f7c504f0babd39428aefd57b5d9:/debian/rules">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/cd6c18e7932f2f7c504f0babd39428aefd57b5d9?f=debian/rules">H</a>] debian/rules</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Match scan_files and exclude_files *only* against filenames, not the full path</title>
<updated>2010-06-27T19:05:26Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2010-06-27T19:05:26Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/75789b38d4611979240d0a089c3b59b588f8437e" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/75789b38d4611979240d0a089c3b59b588f8437e</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Match scan_files and exclude_files *only* against filenames, not the full path

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/5d634619f6469055f2821b2bb6b641c7b193658d..75789b38d4611979240d0a089c3b59b588f8437e:/codetags/indexer.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/75789b38d4611979240d0a089c3b59b588f8437e?f=codetags/indexer.py">H</a>] codetags/indexer.py</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Bump version to 0.3</title>
<updated>2010-06-27T14:57:32Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2010-06-27T14:57:32Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/5d634619f6469055f2821b2bb6b641c7b193658d" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/5d634619f6469055f2821b2bb6b641c7b193658d</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Bump version to 0.3

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/908b1a732fe928f466df5ce5d10c9d0da9c3743d..5d634619f6469055f2821b2bb6b641c7b193658d:/ChangeLog">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/5d634619f6469055f2821b2bb6b641c7b193658d?f=ChangeLog">H</a>] ChangeLog</li>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/908b1a732fe928f466df5ce5d10c9d0da9c3743d..5d634619f6469055f2821b2bb6b641c7b193658d:/setup.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/5d634619f6469055f2821b2bb6b641c7b193658d?f=setup.py">H</a>] setup.py</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Add a new option: exclude_files</title>
<updated>2010-06-27T14:31:49Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2010-06-27T14:31:49Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/908b1a732fe928f466df5ce5d10c9d0da9c3743d" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/908b1a732fe928f466df5ce5d10c9d0da9c3743d</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add a new option: exclude_files

This option will prevent files matching any of the given glob patterns
from being included in the taglist.

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/dbae3295c4bf96313f673f01e2e1af8e3b632ba3..908b1a732fe928f466df5ce5d10c9d0da9c3743d:/codetags/indexer.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/908b1a732fe928f466df5ce5d10c9d0da9c3743d?f=codetags/indexer.py">H</a>] codetags/indexer.py</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Handle moved files correctly</title>
<updated>2010-05-13T22:51:24Z</updated>
<author>
  <name>Christoph Trassl</name>
  <email>christoph@trassl.net</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2010-05-13T22:51:24Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/dbae3295c4bf96313f673f01e2e1af8e3b632ba3" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/dbae3295c4bf96313f673f01e2e1af8e3b632ba3</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Handle moved files correctly

Moved files ('svn mv') where not handled properly.  The move target
would be correctly added to the taglist, the move source, however,
wouldn't be removed from the taglist.

Signed-off-by: Christoph Trassl &lt;christoph@trassl.net&gt;
Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/074335cbfbb2eb3123c94a07a6c6919eec05a4d3..dbae3295c4bf96313f673f01e2e1af8e3b632ba3:/codetags/indexer.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/dbae3295c4bf96313f673f01e2e1af8e3b632ba3?f=codetags/indexer.py">H</a>] codetags/indexer.py</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Include the commit date in the version number for non-tagged commits</title>
<updated>2010-05-21T18:45:43Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>giel@zaak.blibblib.nl</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2010-05-21T18:45:43Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/074335cbfbb2eb3123c94a07a6c6919eec05a4d3" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/074335cbfbb2eb3123c94a07a6c6919eec05a4d3</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Include the commit date in the version number for non-tagged commits

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/77c84b3be6860206760fe7851c57ae803426120e..074335cbfbb2eb3123c94a07a6c6919eec05a4d3:/setup.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/074335cbfbb2eb3123c94a07a6c6919eec05a4d3?f=setup.py">H</a>] setup.py</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Bugfix: infinitely required env upgrade at rev 0</title>
<updated>2010-05-21T18:03:21Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>giel@zaak.blibblib.nl</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2010-05-21T18:03:21Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/77c84b3be6860206760fe7851c57ae803426120e" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/77c84b3be6860206760fe7851c57ae803426120e</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Bugfix: infinitely required env upgrade at rev 0

Apparently Trac's CachedRepository considers Subversion revision number
0 (zero) not to be a revision and converts it into None.  This ruined
our ability to detect a non-existent tags cache.

This commit fixes this by bypassing the cache when revision None is
returned.

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
Reported-by: Ingo Weidauer &lt;ingo@weidauer.info&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/5cefbdfdb6fec92222b6b51453ab8f5e28ed7e87..77c84b3be6860206760fe7851c57ae803426120e:/codetags/indexer.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/77c84b3be6860206760fe7851c57ae803426120e?f=codetags/indexer.py">H</a>] codetags/indexer.py</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Add myself to the list of copyright owners</title>
<updated>2010-05-17T11:01:09Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2010-05-17T11:01:09Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/5cefbdfdb6fec92222b6b51453ab8f5e28ed7e87" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/5cefbdfdb6fec92222b6b51453ab8f5e28ed7e87</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add myself to the list of copyright owners

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/ffcb572fc282c31c2078001b587b1e09c10e0851..5cefbdfdb6fec92222b6b51453ab8f5e28ed7e87:/COPYING">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/5cefbdfdb6fec92222b6b51453ab8f5e28ed7e87?f=COPYING">H</a>] COPYING</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Wrap lines of the copyright license at 72 columns</title>
<updated>2010-05-17T11:00:43Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2010-05-17T11:00:43Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/ffcb572fc282c31c2078001b587b1e09c10e0851" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/ffcb572fc282c31c2078001b587b1e09c10e0851</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Wrap lines of the copyright license at 72 columns

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/3eab6dfe503361e558ef63bb477f5c8c67b8d53b..ffcb572fc282c31c2078001b587b1e09c10e0851:/COPYING">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/ffcb572fc282c31c2078001b587b1e09c10e0851?f=COPYING">H</a>] COPYING</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Remove the reference to &lt;ORGANIZATION&gt; from the copyright license</title>
<updated>2010-05-17T10:59:00Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2010-05-17T10:59:00Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/3eab6dfe503361e558ef63bb477f5c8c67b8d53b" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/3eab6dfe503361e558ef63bb477f5c8c67b8d53b</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Remove the reference to &lt;ORGANIZATION&gt; from the copyright license

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/029289499e337a98ead4c2b3e54acf285030d0b0..3eab6dfe503361e558ef63bb477f5c8c67b8d53b:/COPYING">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/3eab6dfe503361e558ef63bb477f5c8c67b8d53b?f=COPYING">H</a>] COPYING</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Explicitly fetch files from the most recent revision</title>
<updated>2010-04-21T18:33:06Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2010-04-21T18:33:06Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/029289499e337a98ead4c2b3e54acf285030d0b0" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/029289499e337a98ead4c2b3e54acf285030d0b0</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Explicitly fetch files from the most recent revision

Git doesn't have a concept of the &quot;last&quot; revision (due to its explicit
branches support), thus TracGit's get_node() function cannot default to
fetching from the last revision.  This meant that, combined with
TracGit, no files where being parsed for tags previously.

This patch should enable usage of CodeTags in combination with TracGit.

Signed-off-by: Giel van Schijndel &lt;me@mortis.eu&gt;
Reported-by: Renato Alves &lt;rjalves@igc.gulbenkian.pt&gt;
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/881b763b81d8fe1ce801a920dc9562132124a48b..029289499e337a98ead4c2b3e54acf285030d0b0:/codetags/indexer.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/029289499e337a98ead4c2b3e54acf285030d0b0?f=codetags/indexer.py">H</a>] codetags/indexer.py</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Bump version to 0.2</title>
<updated>2009-03-29T17:32:59Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2009-03-29T17:32:59Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/881b763b81d8fe1ce801a920dc9562132124a48b" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/881b763b81d8fe1ce801a920dc9562132124a48b</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Bump version to 0.2
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/4ab9239014cbd862c875a0c5a7bc5a7554071ddf..881b763b81d8fe1ce801a920dc9562132124a48b:/ChangeLog">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/881b763b81d8fe1ce801a920dc9562132124a48b?f=ChangeLog">H</a>] ChangeLog</li>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/4ab9239014cbd862c875a0c5a7bc5a7554071ddf..881b763b81d8fe1ce801a920dc9562132124a48b:/setup.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/881b763b81d8fe1ce801a920dc9562132124a48b?f=setup.py">H</a>] setup.py</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Add a ChangeLog with entries for 0.1</title>
<updated>2009-03-29T17:25:19Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2009-03-29T17:25:19Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/4ab9239014cbd862c875a0c5a7bc5a7554071ddf" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/4ab9239014cbd862c875a0c5a7bc5a7554071ddf</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add a ChangeLog with entries for 0.1
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/c1c9d4e3c21d9ba4851b1e2df320f67eb6102397..4ab9239014cbd862c875a0c5a7bc5a7554071ddf:/ChangeLog">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/4ab9239014cbd862c875a0c5a7bc5a7554071ddf?f=ChangeLog">H</a>] ChangeLog</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Add David Hrbáč to the AUTHORS list</title>
<updated>2009-03-29T17:23:55Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2009-03-29T17:23:55Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/c1c9d4e3c21d9ba4851b1e2df320f67eb6102397" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/c1c9d4e3c21d9ba4851b1e2df320f67eb6102397</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add David Hrbáč to the AUTHORS list
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/c59fe0294a52f04196ae3e0409612765509282d4..c1c9d4e3c21d9ba4851b1e2df320f67eb6102397:/AUTHORS">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/c1c9d4e3c21d9ba4851b1e2df320f67eb6102397?f=AUTHORS">H</a>] AUTHORS</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Treate empty configuration lists as such</title>
<updated>2009-03-29T14:44:58Z</updated>
<author>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</author>
<contributor>
  <name>Giel van Schijndel</name>
  <email>me@mortis.eu</email>
</contributor>
<published>2009-03-29T14:44:58Z</published>
<link rel="alternate" type="text/html" href="http://git.mortis.eu/git/codetags.git/commitdiff/c59fe0294a52f04196ae3e0409612765509282d4" />
<id>http://git.mortis.eu/git/codetags.git/commitdiff/c59fe0294a52f04196ae3e0409612765509282d4</id>
<content type="xhtml" xml:base="http://git.mortis.eu/git">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Treate empty configuration lists as such

Make sure not to turn empty configuration list options into a list with
a single empty string in it.

This prevents a problem with the default value for exclude_folders
containing an empty string. This empty string matches the root directory
(which happens not to have a name, i.e. &quot;&quot;), thus preventing all files
from being matched.
</pre><ul>
<li>[<a title="diff" href="http://git.mortis.eu/git/codetags.git/blobdiff/23b8b22cdd18e75fb4382f9354d9cc6d5c5203b6..c59fe0294a52f04196ae3e0409612765509282d4:/codetags/indexer.py">D</a><a title="history" href="http://git.mortis.eu/git/codetags.git/history/c59fe0294a52f04196ae3e0409612765509282d4?f=codetags/indexer.py">H</a>] codetags/indexer.py</li>
</ul>
</div>
</content>
</entry>
</feed>

