<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git-todo/Makefile, branch v0.0.3</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>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>t/: Add test to get a TODO since the fork point</title>
<updated>2020-09-14T00:03:31+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-09-14T00:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/git-todo/commit/?id=0f46312aad2e8267574aceb8dfbb14b92248f2dc'/>
<id>0f46312aad2e8267574aceb8dfbb14b92248f2dc</id>
<content type='text'>
In order to include the 'bin.pm' file, we need to add its containing
folder to the include path. Do this by adding a Makefile with the
required command line argument.

Add a new test that modifies the test file to add a new new TODO line.
Test that it comes back in the `git todo` output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to include the 'bin.pm' file, we need to add its containing
folder to the include path. Do this by adding a Makefile with the
required command line argument.

Add a new test that modifies the test file to add a new new TODO line.
Test that it comes back in the `git todo` output.
</pre>
</div>
</content>
</entry>
</feed>
