<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git-todo, branch v0.0.1</title>
<subtitle>Find recent TODO lines in a Git repository</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-todo/'/>
<entry>
<title>Build for release and configure static linking</title>
<updated>2020-10-03T16:24:56+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-10-03T16:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-todo/commit/?id=da94442fae40736859787575b65720382c1f231c'/>
<id>da94442fae40736859787575b65720382c1f231c</id>
<content type='text'>
Set up a release build and distribution packaging. Configure static
linking for 'openssl' and 'libgit2'.

Based on or copied from code from 'git-suggestion'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set up a release build and distribution packaging. Configure static
linking for 'openssl' and 'libgit2'.

Based on or copied from code from 'git-suggestion'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old files</title>
<updated>2020-10-03T15:51:33+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-10-03T15:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-todo/commit/?id=90969d5e9defcd593c7acc416247cd7a6b04e532'/>
<id>90969d5e9defcd593c7acc416247cd7a6b04e532</id>
<content type='text'>
These files were for ideas and explorations of solutions. We now have a
working implementation independent of them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These files were for ideas and explorations of solutions. We now have a
working implementation independent of them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2020-10-03T15:47:23+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-10-03T15:47:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-todo/commit/?id=55df32511a9050c0966e40d330b164c14abc1003'/>
<id>55df32511a9050c0966e40d330b164c14abc1003</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2020-10-03T15:47:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-10-03T15:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-todo/commit/?id=9bf60812f53f47a3c05b9a8412e45d1f633f7f3f'/>
<id>9bf60812f53f47a3c05b9a8412e45d1f633f7f3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add man page</title>
<updated>2020-10-03T15:08:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-10-03T15:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-todo/commit/?id=fc94501bd6aa696de449321aa41770bc96a4bb34'/>
<id>fc94501bd6aa696de449321aa41770bc96a4bb34</id>
<content type='text'>
Copied some of the structure and the Makefile recipe from
'git-suggestion'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copied some of the structure and the Makefile recipe from
'git-suggestion'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add prerequisites to `target/debug/git-todo` target</title>
<updated>2020-10-03T14:12:32+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-10-03T14:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-todo/commit/?id=bea8ea75c62c2f7c6959f12e1af652aa324827a9'/>
<id>bea8ea75c62c2f7c6959f12e1af652aa324827a9</id>
<content type='text'>
In af63ef79f5f2bc770844169580902ff61f54ec98, I forgot to add
prerequisites, so when the source changed, the debug binary wasn't
rebuilt before running tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In af63ef79f5f2bc770844169580902ff61f54ec98, I forgot to add
prerequisites, so when the source changed, the debug binary wasn't
rebuilt before running tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Ensure binary is built before running tests</title>
<updated>2020-10-01T00:24:19+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-10-01T00:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-todo/commit/?id=af63ef79f5f2bc770844169580902ff61f54ec98'/>
<id>af63ef79f5f2bc770844169580902ff61f54ec98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main.rs: Add version command line option</title>
<updated>2020-09-17T01:51:34+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-09-17T01:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-todo/commit/?id=2abaebd602a528ee86558ee6a20189186499d4f7'/>
<id>2abaebd602a528ee86558ee6a20189186499d4f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib.rs: Add doc comments</title>
<updated>2020-09-17T01:04:45+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-09-17T01:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-todo/commit/?id=be7ba88e7d746936b7bc3ccd0ea83f46937610fe'/>
<id>be7ba88e7d746936b7bc3ccd0ea83f46937610fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main.rs: Error when more than one ref argument is given</title>
<updated>2020-09-17T00:34:00+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-09-17T00:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-todo/commit/?id=e6dee128a2e1cf051fd4f8f2ee810ee0a9a3c7c0'/>
<id>e6dee128a2e1cf051fd4f8f2ee810ee0a9a3c7c0</id>
<content type='text'>
Since it doesn't really make sense to take multiple refs, don't allow
more than one. We can only diff between two trees, and one is fixed as
the workdir.

Also learned that to get an exit code from a `system()` call in Perl,
you have to shift `$?` by 8
(https://perldoc.perl.org/functions/system.html).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since it doesn't really make sense to take multiple refs, don't allow
more than one. We can only diff between two trees, and one is fixed as
the workdir.

Also learned that to get an exit code from a `system()` call in Perl,
you have to shift `$?` by 8
(https://perldoc.perl.org/functions/system.html).
</pre>
</div>
</content>
</entry>
</feed>
