<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>stagit, branch HEAD</title>
<subtitle>custom stagit build (upstream ~&gt; <a href="git://git.codemadness.org/stagit">git://git.codemadness.org/stagit</a>)
</subtitle>
<entry>
<id>af5ee76228944b92e51ee8bd3bb60dab2cf1ea9d</id>
<published>2020-10-30T18:06:59Z</published>
<updated>2020-10-30T18:06:59Z</updated>
<title type="text">allowing insertion of non-escaped html characters via preceding backslash</title>
<link rel="alternate" type="text/html" href="commit/af5ee76228944b92e51ee8bd3bb60dab2cf1ea9d.html" />
<author>
<name>mpizzzle</name>
<email>m@michaelpercival.xyz</email>
</author>
<content type="text">commit af5ee76228944b92e51ee8bd3bb60dab2cf1ea9d
parent 75555cd99ee4d5df765f7dd6f0d09f2f925be725
Author: mpizzzle &lt;m@michaelpercival.xyz&gt;
Date:   Fri, 30 Oct 2020 18:06:59 +0000

allowing insertion of non-escaped html characters via preceding backslash

</content>
</entry>
<entry>
<id>75555cd99ee4d5df765f7dd6f0d09f2f925be725</id>
<published>2020-08-17T14:09:33Z</published>
<updated>2020-08-17T14:09:33Z</updated>
<title type="text">bump version to 0.9.4</title>
<link rel="alternate" type="text/html" href="commit/75555cd99ee4d5df765f7dd6f0d09f2f925be725.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 75555cd99ee4d5df765f7dd6f0d09f2f925be725
parent 5334f3e0009bb7d5835c3bad60db507bfd146930
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Mon, 17 Aug 2020 16:09:33 +0200

bump version to 0.9.4

</content>
</entry>
<entry>
<id>5334f3e0009bb7d5835c3bad60db507bfd146930</id>
<published>2020-08-10T14:09:46Z</published>
<updated>2020-08-10T14:09:46Z</updated>
<title type="text">fix a small memleak in writeatom()</title>
<link rel="alternate" type="text/html" href="commit/5334f3e0009bb7d5835c3bad60db507bfd146930.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 5334f3e0009bb7d5835c3bad60db507bfd146930
parent dc0709f6f4f7e256e27272cb0b8611715caf1f3b
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Mon, 10 Aug 2020 16:09:46 +0200

fix a small memleak in writeatom()

non-tag references were not freed.

</content>
</entry>
<entry>
<id>dc0709f6f4f7e256e27272cb0b8611715caf1f3b</id>
<published>2020-08-08T18:01:05Z</published>
<updated>2020-08-08T18:01:05Z</updated>
<title type="text">stagit-index: remove unveil support for argv</title>
<link rel="alternate" type="text/html" href="commit/dc0709f6f4f7e256e27272cb0b8611715caf1f3b.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit dc0709f6f4f7e256e27272cb0b8611715caf1f3b
parent 174a763058f9a90831ab5a2aeb1c9bfbecdabf48
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat,  8 Aug 2020 20:01:05 +0200

stagit-index: remove unveil support for argv

This can reach the unveil argument limits and it is not a good case for using
unveil.

</content>
</entry>
<entry>
<id>174a763058f9a90831ab5a2aeb1c9bfbecdabf48</id>
<published>2020-08-05T22:11:18Z</published>
<updated>2020-08-06T16:25:27Z</updated>
<title type="text">fix submodule lookup in bare repos</title>
<link rel="alternate" type="text/html" href="commit/174a763058f9a90831ab5a2aeb1c9bfbecdabf48.html" />
<author>
<name>kst</name>
<email>nil@krj.st</email>
</author>
<content type="text">commit 174a763058f9a90831ab5a2aeb1c9bfbecdabf48
parent f05e6b0fcb3b874180970d06ebcde05fb5aea470
Author: kst &lt;nil@krj.st&gt;
Date:   Wed,  5 Aug 2020 22:11:18 +0000

fix submodule lookup in bare repos

git_submodule_lookup does not work without a working tree [1], so the
current approach fails to recognize any submodules in bare repos.

Instead, notice that

	$ git ls-tree HEAD

lists any submodules as commit objects regardless of a working tree.
This is the only instance commit object is used in a tree, so we will
use this to check for submodules.

[1]: https://github.com/libgit2/libgit2/pull/4305/files

</content>
</entry>
<entry>
<id>f05e6b0fcb3b874180970d06ebcde05fb5aea470</id>
<published>2020-07-20T12:15:12Z</published>
<updated>2020-07-20T12:15:12Z</updated>
<title type="text">regression: do not show unset or empty tags</title>
<link rel="alternate" type="text/html" href="commit/f05e6b0fcb3b874180970d06ebcde05fb5aea470.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit f05e6b0fcb3b874180970d06ebcde05fb5aea470
parent d80a163acd47df2bd9ab145be6b249814aa9eceb
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Mon, 20 Jul 2020 14:15:12 +0200

regression: do not show unset or empty tags

</content>
</entry>
<entry>
<id>d80a163acd47df2bd9ab145be6b249814aa9eceb</id>
<published>2020-07-19T14:41:10Z</published>
<updated>2020-07-19T14:41:10Z</updated>
<title type="text">refactor get reference, add another feed for tags/releases</title>
<link rel="alternate" type="text/html" href="commit/d80a163acd47df2bd9ab145be6b249814aa9eceb.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit d80a163acd47df2bd9ab145be6b249814aa9eceb
parent 693c06448972f049d74addbd4942365cd37d92e4
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 19 Jul 2020 16:41:10 +0200

refactor get reference, add another feed for tags/releases

A separate Atom feed is helpful to ports maintainers to monitor new
tags/releases.

</content>
</entry>
<entry>
<id>693c06448972f049d74addbd4942365cd37d92e4</id>
<published>2020-07-19T12:07:54Z</published>
<updated>2020-07-19T12:07:54Z</updated>
<title type="text">sort branches and tags by time (descending)</title>
<link rel="alternate" type="text/html" href="commit/693c06448972f049d74addbd4942365cd37d92e4.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 693c06448972f049d74addbd4942365cd37d92e4
parent 467dfeb8f4bf2dd1ddb69e5c9592147acb425aab
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 19 Jul 2020 14:07:54 +0200

sort branches and tags by time (descending)

In general version tags are done in chronological order, so this will have a
better sorting for tagged (versioned) releases.

Request from Caltlgin Stsodaat and others, thanks!

</content>
</entry>
<entry>
<id>467dfeb8f4bf2dd1ddb69e5c9592147acb425aab</id>
<published>2020-02-23T19:30:46Z</published>
<updated>2020-02-23T19:30:46Z</updated>
<title type="text">bump version to 0.9.3</title>
<link rel="alternate" type="text/html" href="commit/467dfeb8f4bf2dd1ddb69e5c9592147acb425aab.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 467dfeb8f4bf2dd1ddb69e5c9592147acb425aab
parent bbeffc281df6838182ea17be4b915a6f0eb97570
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 23 Feb 2020 20:30:46 +0100

bump version to 0.9.3

</content>
</entry>
<entry>
<id>bbeffc281df6838182ea17be4b915a6f0eb97570</id>
<published>2020-02-21T12:46:23Z</published>
<updated>2020-02-21T12:46:23Z</updated>
<title type="text">atom.xml: improve output format a bit</title>
<link rel="alternate" type="text/html" href="commit/bbeffc281df6838182ea17be4b915a6f0eb97570.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit bbeffc281df6838182ea17be4b915a6f0eb97570
parent 2f7e7f2503014f66607b588f32de0b1be69c28a1
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Fri, 21 Feb 2020 13:46:23 +0100

atom.xml: improve output format a bit

</content>
</entry>
<entry>
<id>2f7e7f2503014f66607b588f32de0b1be69c28a1</id>
<published>2020-02-12T22:20:25Z</published>
<updated>2020-02-12T22:20:25Z</updated>
<title type="text">improve includes, stagit-index does not need compat.h</title>
<link rel="alternate" type="text/html" href="commit/2f7e7f2503014f66607b588f32de0b1be69c28a1.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 2f7e7f2503014f66607b588f32de0b1be69c28a1
parent 4a93974f52683114dd6c4db3bad0b7adace7c771
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Wed, 12 Feb 2020 23:20:25 +0100

improve includes, stagit-index does not need compat.h

</content>
</entry>
<entry>
<id>4a93974f52683114dd6c4db3bad0b7adace7c771</id>
<published>2019-12-29T18:02:04Z</published>
<updated>2019-12-29T18:02:04Z</updated>
<title type="text">style.css: highlight anchor ids, useful for linking highlighting lines in a diff</title>
<link rel="alternate" type="text/html" href="commit/4a93974f52683114dd6c4db3bad0b7adace7c771.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 4a93974f52683114dd6c4db3bad0b7adace7c771
parent 31c0f006516d494dd91b10bc0486e4f9be2ca623
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 29 Dec 2019 19:02:04 +0100

style.css: highlight anchor ids, useful for linking highlighting lines in a diff

</content>
</entry>
<entry>
<id>31c0f006516d494dd91b10bc0486e4f9be2ca623</id>
<published>2019-12-22T11:53:54Z</published>
<updated>2019-12-22T11:53:54Z</updated>
<title type="text">small code-style white-space/newline</title>
<link rel="alternate" type="text/html" href="commit/31c0f006516d494dd91b10bc0486e4f9be2ca623.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 31c0f006516d494dd91b10bc0486e4f9be2ca623
parent edee68f398f5b190f4be0127338956c0a2500662
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 22 Dec 2019 12:53:54 +0100

small code-style white-space/newline

</content>
</entry>
<entry>
<id>edee68f398f5b190f4be0127338956c0a2500662</id>
<published>2019-12-01T17:31:07Z</published>
<updated>2019-12-01T17:31:07Z</updated>
<title type="text">add OpenBSD unveil support</title>
<link rel="alternate" type="text/html" href="commit/edee68f398f5b190f4be0127338956c0a2500662.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit edee68f398f5b190f4be0127338956c0a2500662
parent b5607f75afb9c6e6e6ab49128f9760d3538809cd
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun,  1 Dec 2019 18:31:07 +0100

add OpenBSD unveil support

The unveil() system call first appeared in OpenBSD 6.4.

For stagit it has the following properties now:

- stagit-index: only read-access to the file-system for the specified
  directories/repositories.
- stagit: read-access to the specified directory/repository.
  read-write and creation access to the current directory for the output files.
  read-write and creation access to the specified cache file.

</content>
</entry>
<entry>
<id>b5607f75afb9c6e6e6ab49128f9760d3538809cd</id>
<published>2019-12-01T17:26:27Z</published>
<updated>2019-12-01T17:26:27Z</updated>
<title type="text">some README tweaks and rewording, reordering</title>
<link rel="alternate" type="text/html" href="commit/b5607f75afb9c6e6e6ab49128f9760d3538809cd.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit b5607f75afb9c6e6e6ab49128f9760d3538809cd
parent adaff713dc3e9ff494632a44d5743cbc0e0e16c7
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun,  1 Dec 2019 18:26:27 +0100

some README tweaks and rewording, reordering

</content>
</entry>
<entry>
<id>adaff713dc3e9ff494632a44d5743cbc0e0e16c7</id>
<published>2019-12-01T17:26:04Z</published>
<updated>2019-12-01T17:26:04Z</updated>
<title type="text">Makefile improvements</title>
<link rel="alternate" type="text/html" href="commit/adaff713dc3e9ff494632a44d5743cbc0e0e16c7.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit adaff713dc3e9ff494632a44d5743cbc0e0e16c7
parent d6937c195f3459194d5ab056397981e1ade54871
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun,  1 Dec 2019 18:26:04 +0100

Makefile improvements

- remove double -c in .c.o target.
- remove config.mk abstraction.
- change LIBS and INCS to LIBGIT_INC and LIBGIT_LIB.
- use system cflags and ldflags, but allow the same override rules for porters.

</content>
</entry>
<entry>
<id>d6937c195f3459194d5ab056397981e1ade54871</id>
<published>2019-05-05T17:11:36Z</published>
<updated>2019-05-05T17:28:19Z</updated>
<title type="text">README: works also on NetBSD</title>
<link rel="alternate" type="text/html" href="commit/d6937c195f3459194d5ab056397981e1ade54871.html" />
<author>
<name>Leonardo Taccari</name>
<email>iamleot@gmail.com</email>
</author>
<content type="text">commit d6937c195f3459194d5ab056397981e1ade54871
parent c783e54dae5bd74de2280e31223ce8a0ad0d611d
Author: Leonardo Taccari &lt;iamleot@gmail.com&gt;
Date:   Sun,  5 May 2019 19:11:36 +0200

README: works also on NetBSD

</content>
</entry>
<entry>
<id>c783e54dae5bd74de2280e31223ce8a0ad0d611d</id>
<published>2019-04-23T18:53:05Z</published>
<updated>2019-04-23T18:53:05Z</updated>
<title type="text">bump version to 0.9.2</title>
<link rel="alternate" type="text/html" href="commit/c783e54dae5bd74de2280e31223ce8a0ad0d611d.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit c783e54dae5bd74de2280e31223ce8a0ad0d611d
parent 028c7526bac907c91ef8afc6c3ae0f6d424bd229
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Tue, 23 Apr 2019 20:53:05 +0200

bump version to 0.9.2

</content>
</entry>
<entry>
<id>028c7526bac907c91ef8afc6c3ae0f6d424bd229</id>
<published>2019-03-16T12:07:58Z</published>
<updated>2019-03-16T12:07:58Z</updated>
<title type="text">escape HTML in paths</title>
<link rel="alternate" type="text/html" href="commit/028c7526bac907c91ef8afc6c3ae0f6d424bd229.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 028c7526bac907c91ef8afc6c3ae0f6d424bd229
parent bb1d06eb204b1d1135fcddccd14f6306abcd7f72
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat, 16 Mar 2019 13:07:58 +0100

escape HTML in paths

- escape paths in diff line.
- escape path in anchor href attribute in files.html

</content>
</entry>
<entry>
<id>bb1d06eb204b1d1135fcddccd14f6306abcd7f72</id>
<published>2019-03-09T11:39:10Z</published>
<updated>2019-03-09T11:39:10Z</updated>
<title type="text">pedantic snprintf() improvement</title>
<link rel="alternate" type="text/html" href="commit/bb1d06eb204b1d1135fcddccd14f6306abcd7f72.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit bb1d06eb204b1d1135fcddccd14f6306abcd7f72
parent 587b01428d6ec2be1ab6b468198663118d483990
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat,  9 Mar 2019 12:39:10 +0100

pedantic snprintf() improvement

POSIX says:
&quot;If an output error was encountered, these functions shall return a negative
value and set errno to indicate the error.&quot;

</content>
</entry>
<entry>
<id>587b01428d6ec2be1ab6b468198663118d483990</id>
<published>2019-03-01T10:49:29Z</published>
<updated>2019-03-01T10:49:29Z</updated>
<title type="text">fix issues in example scripts</title>
<link rel="alternate" type="text/html" href="commit/587b01428d6ec2be1ab6b468198663118d483990.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 587b01428d6ec2be1ab6b468198663118d483990
parent 477d50169a42431d7fb0f939eb851ef6a2d80c3a
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Fri,  1 Mar 2019 11:49:29 +0100

fix issues in example scripts

- in case cd fails don&#39;t continue (don&#39;t write in previous directory).
- post-receive: quote $(pwd) in case it has spaces.

found by shellcheck tool.

</content>
</entry>
<entry>
<id>477d50169a42431d7fb0f939eb851ef6a2d80c3a</id>
<published>2019-02-22T10:13:44Z</published>
<updated>2019-02-22T10:13:44Z</updated>
<title type="text">bump version to 0.9.1</title>
<link rel="alternate" type="text/html" href="commit/477d50169a42431d7fb0f939eb851ef6a2d80c3a.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 477d50169a42431d7fb0f939eb851ef6a2d80c3a
parent 9224d31cf6fd63b6b0a29d43185ccc64035449ec
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Fri, 22 Feb 2019 11:13:44 +0100

bump version to 0.9.1

</content>
</entry>
<entry>
<id>9224d31cf6fd63b6b0a29d43185ccc64035449ec</id>
<published>2019-02-09T14:02:38Z</published>
<updated>2019-02-16T20:17:45Z</updated>
<title type="text">Makefile: add DOCPREFIX for installing docs in ports</title>
<link rel="alternate" type="text/html" href="commit/9224d31cf6fd63b6b0a29d43185ccc64035449ec.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 9224d31cf6fd63b6b0a29d43185ccc64035449ec
parent 3fbef5c9b0dee2106537a6718e2380eaa6e27f15
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat,  9 Feb 2019 15:02:38 +0100

Makefile: add DOCPREFIX for installing docs in ports

change installed doc from /usr/local/share/stagit to /usr/local/share/doc/stagit

</content>
</entry>
<entry>
<id>3fbef5c9b0dee2106537a6718e2380eaa6e27f15</id>
<published>2019-02-07T20:00:06Z</published>
<updated>2019-02-16T20:17:45Z</updated>
<title type="text">change order of commits in log from most recent to old to applied order</title>
<link rel="alternate" type="text/html" href="commit/3fbef5c9b0dee2106537a6718e2380eaa6e27f15.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 3fbef5c9b0dee2106537a6718e2380eaa6e27f15
parent 583c44395ccc0e052c8db5217bd51fc21f7ffbb7
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Thu,  7 Feb 2019 21:00:06 +0100

change order of commits in log from most recent to old to applied order

</content>
</entry>
<entry>
<id>583c44395ccc0e052c8db5217bd51fc21f7ffbb7</id>
<published>2019-02-03T14:24:34Z</published>
<updated>2019-02-16T20:17:38Z</updated>
<title type="text">fix compile: libgit2 0.28 changed giterr_last to git_error_last</title>
<link rel="alternate" type="text/html" href="commit/583c44395ccc0e052c8db5217bd51fc21f7ffbb7.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 583c44395ccc0e052c8db5217bd51fc21f7ffbb7
parent 9ad1cb6e42096a8e1f8663bc0968bb7ea49a5052
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun,  3 Feb 2019 15:24:34 +0100

fix compile: libgit2 0.28 changed giterr_last to git_error_last

libgit2 commit:
https://github.com/libgit2/libgit2/commit/a27a4de6f8003961d38958893c6c637395c7cc04

</content>
</entry>
<entry>
<id>9ad1cb6e42096a8e1f8663bc0968bb7ea49a5052</id>
<published>2018-12-25T12:44:02Z</published>
<updated>2018-12-25T12:44:02Z</updated>
<title type="text">bump version to 0.9</title>
<link rel="alternate" type="text/html" href="commit/9ad1cb6e42096a8e1f8663bc0968bb7ea49a5052.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 9ad1cb6e42096a8e1f8663bc0968bb7ea49a5052
parent 1df3f334f6ae77950c9343299fb4bbd449d93729
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Tue, 25 Dec 2018 13:44:02 +0100

bump version to 0.9

</content>
</entry>
<entry>
<id>1df3f334f6ae77950c9343299fb4bbd449d93729</id>
<published>2018-12-25T12:39:34Z</published>
<updated>2018-12-25T12:39:34Z</updated>
<title type="text">style: keep default browser style for links, except patch chunks</title>
<link rel="alternate" type="text/html" href="commit/1df3f334f6ae77950c9343299fb4bbd449d93729.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 1df3f334f6ae77950c9343299fb4bbd449d93729
parent 3a151527e1d72aa75d9461ee9918bda3bd08bcb1
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Tue, 25 Dec 2018 13:39:34 +0100

style: keep default browser style for links, except patch chunks

This is almost always an underline. This improves accessibility.

Remove underline for patch chunks for readability.

</content>
</entry>
<entry>
<id>3a151527e1d72aa75d9461ee9918bda3bd08bcb1</id>
<published>2018-11-18T17:08:20Z</published>
<updated>2018-11-18T17:08:20Z</updated>
<title type="text">in the diffstat prefix the type of change, allow CSS styling</title>
<link rel="alternate" type="text/html" href="commit/3a151527e1d72aa75d9461ee9918bda3bd08bcb1.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 3a151527e1d72aa75d9461ee9918bda3bd08bcb1
parent 608593b0f875012875f13d28fbccd533d1266fd2
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 18 Nov 2018 18:08:20 +0100

in the diffstat prefix the type of change, allow CSS styling

</content>
</entry>
<entry>
<id>608593b0f875012875f13d28fbccd533d1266fd2</id>
<published>2018-11-18T17:07:22Z</published>
<updated>2018-11-18T17:07:22Z</updated>
<title type="text">don&#39;t use a heuristic for renames, the content must match exactly</title>
<link rel="alternate" type="text/html" href="commit/608593b0f875012875f13d28fbccd533d1266fd2.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 608593b0f875012875f13d28fbccd533d1266fd2
parent c100c3cc30dd948c881abd96720ca4fb2ddbb82f
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 18 Nov 2018 18:07:22 +0100

don&#39;t use a heuristic for renames, the content must match exactly

this prevents showing files as renames when most (but not all) of the file was
changed.

</content>
</entry>
<entry>
<id>c100c3cc30dd948c881abd96720ca4fb2ddbb82f</id>
<published>2018-11-18T17:06:41Z</published>
<updated>2018-11-18T17:06:41Z</updated>
<title type="text">detect filetype changes in diff (for example a normal file to symlink)</title>
<link rel="alternate" type="text/html" href="commit/c100c3cc30dd948c881abd96720ca4fb2ddbb82f.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit c100c3cc30dd948c881abd96720ca4fb2ddbb82f
parent 84bb2212e86c54f67dc18cf803bd2ac6edf24804
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 18 Nov 2018 18:06:41 +0100

detect filetype changes in diff (for example a normal file to symlink)

</content>
</entry>
<entry>
<id>84bb2212e86c54f67dc18cf803bd2ac6edf24804</id>
<published>2018-11-11T17:23:28Z</published>
<updated>2018-11-11T18:12:55Z</updated>
<title type="text">detect more names for README and LICENSE</title>
<link rel="alternate" type="text/html" href="commit/84bb2212e86c54f67dc18cf803bd2ac6edf24804.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 84bb2212e86c54f67dc18cf803bd2ac6edf24804
parent 8c45dfc58edc069a3787224f522c7f62da501a80
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 11 Nov 2018 18:23:28 +0100

detect more names for README and LICENSE

- for license: LICENSE, LICENSE.md, COPYING.
- for readme: README, README.md.

</content>
</entry>
<entry>
<id>8c45dfc58edc069a3787224f522c7f62da501a80</id>
<published>2018-11-11T17:09:27Z</published>
<updated>2018-11-11T17:54:40Z</updated>
<title type="text">detect copies and renames based on the threshold of changes</title>
<link rel="alternate" type="text/html" href="commit/8c45dfc58edc069a3787224f522c7f62da501a80.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 8c45dfc58edc069a3787224f522c7f62da501a80
parent 175094899d7c453786857d0e5a7d2e634611aea4
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 11 Nov 2018 18:09:27 +0100

detect copies and renames based on the threshold of changes

</content>
</entry>
<entry>
<id>175094899d7c453786857d0e5a7d2e634611aea4</id>
<published>2018-08-19T20:03:45Z</published>
<updated>2018-08-22T16:30:00Z</updated>
<title type="text">simplify range check</title>
<link rel="alternate" type="text/html" href="commit/175094899d7c453786857d0e5a7d2e634611aea4.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 175094899d7c453786857d0e5a7d2e634611aea4
parent 1f76a28422e1081400b1c0a3319553c73620b065
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 19 Aug 2018 22:03:45 +0200

simplify range check

</content>
</entry>
<entry>
<id>1f76a28422e1081400b1c0a3319553c73620b065</id>
<published>2018-08-19T12:06:19Z</published>
<updated>2018-08-22T16:30:00Z</updated>
<title type="text">stagit: log: indicate when using the -l option and there are more commits</title>
<link rel="alternate" type="text/html" href="commit/1f76a28422e1081400b1c0a3319553c73620b065.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 1f76a28422e1081400b1c0a3319553c73620b065
parent 187daac42007c87e6af9317a20446e3b81907f63
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 19 Aug 2018 14:06:19 +0200

stagit: log: indicate when using the -l option and there are more commits

</content>
</entry>
<entry>
<id>187daac42007c87e6af9317a20446e3b81907f63</id>
<published>2018-05-25T16:43:36Z</published>
<updated>2018-05-25T16:43:36Z</updated>
<title type="text">assume OpenBSD 5.9+, always try pledge(2) on OpenBSD</title>
<link rel="alternate" type="text/html" href="commit/187daac42007c87e6af9317a20446e3b81907f63.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 187daac42007c87e6af9317a20446e3b81907f63
parent c7f158c58c338961b1a1a91f41a5dade42853dec
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Fri, 25 May 2018 18:43:36 +0200

assume OpenBSD 5.9+, always try pledge(2) on OpenBSD

</content>
</entry>
<entry>
<id>c7f158c58c338961b1a1a91f41a5dade42853dec</id>
<published>2018-05-09T16:51:08Z</published>
<updated>2018-05-09T16:57:31Z</updated>
<title type="text">Clarify usage regarding -c and -l mutual exclusion</title>
<link rel="alternate" type="text/html" href="commit/c7f158c58c338961b1a1a91f41a5dade42853dec.html" />
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<content type="text">commit c7f158c58c338961b1a1a91f41a5dade42853dec
parent 66e341067762857e5b3e6b4279395a2dcae46f04
Author: Quentin Rameau &lt;quinq@fifth.space&gt;
Date:   Wed,  9 May 2018 18:51:08 +0200

Clarify usage regarding -c and -l mutual exclusion

</content>
</entry>
<entry>
<id>66e341067762857e5b3e6b4279395a2dcae46f04</id>
<published>2018-04-07T12:14:35Z</published>
<updated>2018-04-07T12:14:35Z</updated>
<title type="text">bump version to 0.8</title>
<link rel="alternate" type="text/html" href="commit/66e341067762857e5b3e6b4279395a2dcae46f04.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 66e341067762857e5b3e6b4279395a2dcae46f04
parent 6a1224afae24c2ae875978108137962e64dc2d24
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat,  7 Apr 2018 14:14:35 +0200

bump version to 0.8

</content>
</entry>
<entry>
<id>6a1224afae24c2ae875978108137962e64dc2d24</id>
<published>2018-04-06T17:28:05Z</published>
<updated>2018-04-06T17:28:05Z</updated>
<title type="text">stagit-index: pledge after git_libgit2_init</title>
<link rel="alternate" type="text/html" href="commit/6a1224afae24c2ae875978108137962e64dc2d24.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 6a1224afae24c2ae875978108137962e64dc2d24
parent 3c07e52f98b0f49250c3de026b31202b426eb45a
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Fri,  6 Apr 2018 19:28:05 +0200

stagit-index: pledge after git_libgit2_init

</content>
</entry>
<entry>
<id>3c07e52f98b0f49250c3de026b31202b426eb45a</id>
<published>2018-03-26T18:08:19Z</published>
<updated>2018-03-26T18:08:19Z</updated>
<title type="text">pledge after git_libgit2_init</title>
<link rel="alternate" type="text/html" href="commit/3c07e52f98b0f49250c3de026b31202b426eb45a.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 3c07e52f98b0f49250c3de026b31202b426eb45a
parent f53f481b3f02431b151ae9953998d7c7b3138585
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Mon, 26 Mar 2018 20:08:19 +0200

pledge after git_libgit2_init

this is because libgit uses curl which uses some initialization
checks, namely an IPv6 check which creates a socket.

</content>
</entry>
<entry>
<id>f53f481b3f02431b151ae9953998d7c7b3138585</id>
<published>2018-03-18T14:34:37Z</published>
<updated>2018-03-18T14:34:37Z</updated>
<title type="text">optimization: only diff the tree when it is needed for the diffstat...</title>
<link rel="alternate" type="text/html" href="commit/f53f481b3f02431b151ae9953998d7c7b3138585.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit f53f481b3f02431b151ae9953998d7c7b3138585
parent 20c37e4fe4bfef13642542f3fa15aa73c92a037c
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 18 Mar 2018 15:34:37 +0100

optimization: only diff the tree when it is needed for the diffstat...

... also clear all fields in the structure on failure.

This is not as big an optimization as stagit-gopher, because the diffstat is
displayed in the log, but the difference is still measurable.

</content>
</entry>
<entry>
<id>20c37e4fe4bfef13642542f3fa15aa73c92a037c</id>
<published>2018-01-28T15:27:10Z</published>
<updated>2018-01-28T15:27:10Z</updated>
<title type="text">README: improve tarball generation by tag example</title>
<link rel="alternate" type="text/html" href="commit/20c37e4fe4bfef13642542f3fa15aa73c92a037c.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 20c37e4fe4bfef13642542f3fa15aa73c92a037c
parent 31392c13cf805602c6e4a46695a27325d908f3fb
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 28 Jan 2018 16:27:10 +0100

README: improve tarball generation by tag example

- set the project name + &#39;-&#39; + tag name as prefix.
- allow &#39;/&#39; in the tag name.
- allow &#39;-&#39; as suffix in the tag.

</content>
</entry>
<entry>
<id>31392c13cf805602c6e4a46695a27325d908f3fb</id>
<published>2018-01-21T15:47:10Z</published>
<updated>2018-01-21T15:47:10Z</updated>
<title type="text">stagit: add -l option: limit the amount of commits for the log.html file</title>
<link rel="alternate" type="text/html" href="commit/31392c13cf805602c6e4a46695a27325d908f3fb.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 31392c13cf805602c6e4a46695a27325d908f3fb
parent 2f2ecde5c38db848cf6286aca9fc0f73137244e6
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 21 Jan 2018 16:47:10 +0100

stagit: add -l option: limit the amount of commits for the log.html file

</content>
</entry>
<entry>
<id>2f2ecde5c38db848cf6286aca9fc0f73137244e6</id>
<published>2018-01-21T14:23:21Z</published>
<updated>2018-01-21T14:23:21Z</updated>
<title type="text">bump LICENSE to 2018</title>
<link rel="alternate" type="text/html" href="commit/2f2ecde5c38db848cf6286aca9fc0f73137244e6.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 2f2ecde5c38db848cf6286aca9fc0f73137244e6
parent 67a862df28c21d893def371780bcee59f13e26f8
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 21 Jan 2018 15:23:21 +0100

bump LICENSE to 2018

</content>
</entry>
<entry>
<id>67a862df28c21d893def371780bcee59f13e26f8</id>
<published>2018-01-20T12:18:27Z</published>
<updated>2018-01-20T12:18:27Z</updated>
<title type="text">style.css: improve compatibility with older browsers, namely dillo</title>
<link rel="alternate" type="text/html" href="commit/67a862df28c21d893def371780bcee59f13e26f8.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 67a862df28c21d893def371780bcee59f13e26f8
parent fd3a542c94ae54c6730084f2095f3c329a70c51f
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat, 20 Jan 2018 13:18:27 +0100

style.css: improve compatibility with older browsers, namely dillo

</content>
</entry>
<entry>
<id>fd3a542c94ae54c6730084f2095f3c329a70c51f</id>
<published>2017-12-02T18:04:22Z</published>
<updated>2017-12-07T18:07:48Z</updated>
<title type="text">Remove a non-portable syntax in Makefile</title>
<link rel="alternate" type="text/html" href="commit/fd3a542c94ae54c6730084f2095f3c329a70c51f.html" />
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<content type="text">commit fd3a542c94ae54c6730084f2095f3c329a70c51f
parent fb0ec82a615db929d100f6bed2f7299f91afbb5d
Author: Quentin Rameau &lt;quinq@fifth.space&gt;
Date:   Sat,  2 Dec 2017 19:04:22 +0100

Remove a non-portable syntax in Makefile

</content>
</entry>
<entry>
<id>fb0ec82a615db929d100f6bed2f7299f91afbb5d</id>
<published>2017-11-25T15:06:26Z</published>
<updated>2017-11-25T15:06:26Z</updated>
<title type="text">Makefile: bump version to 0.7.2</title>
<link rel="alternate" type="text/html" href="commit/fb0ec82a615db929d100f6bed2f7299f91afbb5d.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit fb0ec82a615db929d100f6bed2f7299f91afbb5d
parent 020673b8fddfc649e391831aee2e5562ac25210c
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat, 25 Nov 2017 16:06:26 +0100

Makefile: bump version to 0.7.2

</content>
</entry>
<entry>
<id>020673b8fddfc649e391831aee2e5562ac25210c</id>
<published>2017-11-25T15:02:24Z</published>
<updated>2017-11-25T15:02:24Z</updated>
<title type="text">post-receive: fix warning in script for example when pushing deleted tags</title>
<link rel="alternate" type="text/html" href="commit/020673b8fddfc649e391831aee2e5562ac25210c.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 020673b8fddfc649e391831aee2e5562ac25210c
parent 1add4bf3ae0105ce19d9189a499bf450e32ec171
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat, 25 Nov 2017 16:02:24 +0100

post-receive: fix warning in script for example when pushing deleted tags

the &quot;new&quot; variable would be zero:
	remote: fatal: bad object 0000000000000000000000000000000000000000

NOTE: when pushing new tags the &quot;old&quot; variable would be zero, this was
      already fixed.

</content>
</entry>
<entry>
<id>1add4bf3ae0105ce19d9189a499bf450e32ec171</id>
<published>2017-11-25T11:09:56Z</published>
<updated>2017-11-25T11:23:24Z</updated>
<title type="text">Sort style.css in alphabetical order</title>
<link rel="alternate" type="text/html" href="commit/1add4bf3ae0105ce19d9189a499bf450e32ec171.html" />
<author>
<name>Aaron Marcher</name>
<email>me@drkhsh.at</email>
</author>
<content type="text">commit 1add4bf3ae0105ce19d9189a499bf450e32ec171
parent 04d36c3a724bd3d0a53e9e8527f7e045f43b4d58
Author: Aaron Marcher &lt;me@drkhsh.at&gt;
Date:   Sat, 25 Nov 2017 12:09:56 +0100

Sort style.css in alphabetical order

</content>
</entry>
<entry>
<id>04d36c3a724bd3d0a53e9e8527f7e045f43b4d58</id>
<published>2017-11-19T13:58:15Z</published>
<updated>2017-11-19T13:58:15Z</updated>
<title type="text">Makefile: bump version to 0.7.1</title>
<link rel="alternate" type="text/html" href="commit/04d36c3a724bd3d0a53e9e8527f7e045f43b4d58.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 04d36c3a724bd3d0a53e9e8527f7e045f43b4d58
parent 2ff0c0d6c02dc0d7b5570d12895f12e0ccafd657
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 19 Nov 2017 14:58:15 +0100

Makefile: bump version to 0.7.1

</content>
</entry>
<entry>
<id>2ff0c0d6c02dc0d7b5570d12895f12e0ccafd657</id>
<published>2017-11-19T13:52:04Z</published>
<updated>2017-11-19T13:52:04Z</updated>
<title type="text">fix: add &quot;fattr&quot; pledge for chmod(2) for cachefile</title>
<link rel="alternate" type="text/html" href="commit/2ff0c0d6c02dc0d7b5570d12895f12e0ccafd657.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 2ff0c0d6c02dc0d7b5570d12895f12e0ccafd657
parent 6662b8ee42f0f31c163786d8ed4db2fbf32fdbca
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 19 Nov 2017 14:52:04 +0100

fix: add &quot;fattr&quot; pledge for chmod(2) for cachefile

improve checks for when head is NULL (empty repo)

</content>
</entry>
<entry>
<id>6662b8ee42f0f31c163786d8ed4db2fbf32fdbca</id>
<published>2017-11-18T11:53:08Z</published>
<updated>2017-11-18T11:53:08Z</updated>
<title type="text">Makefile: bump version to 0.7</title>
<link rel="alternate" type="text/html" href="commit/6662b8ee42f0f31c163786d8ed4db2fbf32fdbca.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 6662b8ee42f0f31c163786d8ed4db2fbf32fdbca
parent 870b024671694465cac79dcbc58f9a298e901fad
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat, 18 Nov 2017 12:53:08 +0100

Makefile: bump version to 0.7

</content>
</entry>
<entry>
<id>870b024671694465cac79dcbc58f9a298e901fad</id>
<published>2017-11-11T00:34:50Z</published>
<updated>2017-11-11T00:34:50Z</updated>
<title type="text">Makefile: remove unused $SCRIPTS</title>
<link rel="alternate" type="text/html" href="commit/870b024671694465cac79dcbc58f9a298e901fad.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 870b024671694465cac79dcbc58f9a298e901fad
parent 26bd89f681b631ce3596148c9320c3208e16f8e9
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat, 11 Nov 2017 01:34:50 +0100

Makefile: remove unused $SCRIPTS

</content>
</entry>
<entry>
<id>26bd89f681b631ce3596148c9320c3208e16f8e9</id>
<published>2017-11-10T19:55:20Z</published>
<updated>2017-11-10T19:55:20Z</updated>
<title type="text">fix file permissions for cachefile and respect umask(2)</title>
<link rel="alternate" type="text/html" href="commit/26bd89f681b631ce3596148c9320c3208e16f8e9.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 26bd89f681b631ce3596148c9320c3208e16f8e9
parent 1bab6952c6dcac50e66418f117032bb0f627d559
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Fri, 10 Nov 2017 20:55:20 +0100

fix file permissions for cachefile and respect umask(2)

</content>
</entry>
<entry>
<id>1bab6952c6dcac50e66418f117032bb0f627d559</id>
<published>2017-11-10T19:53:46Z</published>
<updated>2017-11-10T19:53:46Z</updated>
<title type="text">more verbose errors: show which file failed on open</title>
<link rel="alternate" type="text/html" href="commit/1bab6952c6dcac50e66418f117032bb0f627d559.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 1bab6952c6dcac50e66418f117032bb0f627d559
parent 2a5669514088684bc9bfe1fddb5e353fb07ae6d6
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Fri, 10 Nov 2017 20:53:46 +0100

more verbose errors: show which file failed on open

</content>
</entry>
<entry>
<id>2a5669514088684bc9bfe1fddb5e353fb07ae6d6</id>
<published>2017-10-31T22:25:35Z</published>
<updated>2017-10-31T22:25:35Z</updated>
<title type="text">README: clarify some cons</title>
<link rel="alternate" type="text/html" href="commit/2a5669514088684bc9bfe1fddb5e353fb07ae6d6.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 2a5669514088684bc9bfe1fddb5e353fb07ae6d6
parent cfbf4a11adc8c2e3b55724e7341b18b21fc5b6f7
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Tue, 31 Oct 2017 23:25:35 +0100

README: clarify some cons

</content>
</entry>
<entry>
<id>cfbf4a11adc8c2e3b55724e7341b18b21fc5b6f7</id>
<published>2017-10-31T22:20:18Z</published>
<updated>2017-10-31T22:20:18Z</updated>
<title type="text">post-receive hook: force UTF-8 locale</title>
<link rel="alternate" type="text/html" href="commit/cfbf4a11adc8c2e3b55724e7341b18b21fc5b6f7.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit cfbf4a11adc8c2e3b55724e7341b18b21fc5b6f7
parent d7e003a51924d1686574598f7db5557faf65000e
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Tue, 31 Oct 2017 23:20:18 +0100

post-receive hook: force UTF-8 locale

this fixes encoding errors when the pages are generated in the
post-receive hook.

</content>
</entry>
<entry>
<id>d7e003a51924d1686574598f7db5557faf65000e</id>
<published>2017-09-04T16:14:52Z</published>
<updated>2017-09-04T16:14:52Z</updated>
<title type="text">allow umask to handle permissions</title>
<link rel="alternate" type="text/html" href="commit/d7e003a51924d1686574598f7db5557faf65000e.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit d7e003a51924d1686574598f7db5557faf65000e
parent 8787f495e09fd3857fd4bbbb7c32784f86787df6
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Mon,  4 Sep 2017 18:14:52 +0200

allow umask to handle permissions

</content>
</entry>
<entry>
<id>8787f495e09fd3857fd4bbbb7c32784f86787df6</id>
<published>2017-08-09T16:52:53Z</published>
<updated>2017-08-09T16:52:53Z</updated>
<title type="text">ignore object 0000000000000000000000000000000000000000</title>
<link rel="alternate" type="text/html" href="commit/8787f495e09fd3857fd4bbbb7c32784f86787df6.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 8787f495e09fd3857fd4bbbb7c32784f86787df6
parent 304d095d3d31cee82ac1b868d912abb946cef6b9
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Wed,  9 Aug 2017 18:52:53 +0200

ignore object 0000000000000000000000000000000000000000

remote: fatal: bad object 0000000000000000000000000000000000000000

this can happen on initial repos or when pushing tags etc.

</content>
</entry>
<entry>
<id>304d095d3d31cee82ac1b868d912abb946cef6b9</id>
<published>2017-08-02T16:54:46Z</published>
<updated>2017-08-02T16:54:46Z</updated>
<title type="text">bump version for a release soon</title>
<link rel="alternate" type="text/html" href="commit/304d095d3d31cee82ac1b868d912abb946cef6b9.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 304d095d3d31cee82ac1b868d912abb946cef6b9
parent 5fa9dcb530419ed3aa8364ae1babf8ca09bc901d
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Wed,  2 Aug 2017 18:54:46 +0200

bump version for a release soon

</content>
</entry>
<entry>
<id>5fa9dcb530419ed3aa8364ae1babf8ca09bc901d</id>
<published>2017-08-02T16:45:04Z</published>
<updated>2017-08-02T16:45:04Z</updated>
<title type="text">example_create.sh: make executable</title>
<link rel="alternate" type="text/html" href="commit/5fa9dcb530419ed3aa8364ae1babf8ca09bc901d.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 5fa9dcb530419ed3aa8364ae1babf8ca09bc901d
parent bdcf38baa40fd508a9b890afb0a75e53f0819a37
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Wed,  2 Aug 2017 18:45:04 +0200

example_create.sh: make executable

</content>
</entry>
<entry>
<id>bdcf38baa40fd508a9b890afb0a75e53f0819a37</id>
<published>2017-07-30T15:21:42Z</published>
<updated>2017-07-30T15:21:42Z</updated>
<title type="text">improve example scripts, add to build (Makefile)</title>
<link rel="alternate" type="text/html" href="commit/bdcf38baa40fd508a9b890afb0a75e53f0819a37.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit bdcf38baa40fd508a9b890afb0a75e53f0819a37
parent 4e307d3076d88b0a8e096e23df8c78077542ab3e
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 30 Jul 2017 17:21:42 +0200

improve example scripts, add to build (Makefile)

</content>
</entry>
<entry>
<id>4e307d3076d88b0a8e096e23df8c78077542ab3e</id>
<published>2017-07-15T11:50:24Z</published>
<updated>2017-07-15T11:50:24Z</updated>
<title type="text">improve example, add initial post-receive example</title>
<link rel="alternate" type="text/html" href="commit/4e307d3076d88b0a8e096e23df8c78077542ab3e.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 4e307d3076d88b0a8e096e23df8c78077542ab3e
parent 0f428f1b5abb7b6f42944a15e680980d18101353
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat, 15 Jul 2017 13:50:24 +0200

improve example, add initial post-receive example

</content>
</entry>
<entry>
<id>0f428f1b5abb7b6f42944a15e680980d18101353</id>
<published>2017-07-06T11:20:41Z</published>
<updated>2017-07-06T11:20:41Z</updated>
<title type="text">README: add example for a git hook and to set the url file</title>
<link rel="alternate" type="text/html" href="commit/0f428f1b5abb7b6f42944a15e680980d18101353.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 0f428f1b5abb7b6f42944a15e680980d18101353
parent daf5185a576a9153394d4071abe26e4671cba045
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Thu,  6 Jul 2017 13:20:41 +0200

README: add example for a git hook and to set the url file

</content>
</entry>
<entry>
<id>daf5185a576a9153394d4071abe26e4671cba045</id>
<published>2017-07-05T18:25:54Z</published>
<updated>2017-07-05T18:25:54Z</updated>
<title type="text">README: add example to create tar.gz archives by tag</title>
<link rel="alternate" type="text/html" href="commit/daf5185a576a9153394d4071abe26e4671cba045.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit daf5185a576a9153394d4071abe26e4671cba045
parent 2e967c5baebafe41620da3979d02cba291745127
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Wed,  5 Jul 2017 20:25:54 +0200

README: add example to create tar.gz archives by tag

</content>
</entry>
<entry>
<id>2e967c5baebafe41620da3979d02cba291745127</id>
<published>2017-06-25T10:28:59Z</published>
<updated>2017-06-25T10:28:59Z</updated>
<title type="text">Makefile: remove TODO</title>
<link rel="alternate" type="text/html" href="commit/2e967c5baebafe41620da3979d02cba291745127.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 2e967c5baebafe41620da3979d02cba291745127
parent c880dfed98500072165bae2ce0d53dafa931d1f0
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 25 Jun 2017 12:28:59 +0200

Makefile: remove TODO

fixes make dist, thanks stateless :)

</content>
</entry>
<entry>
<id>c880dfed98500072165bae2ce0d53dafa931d1f0</id>
<published>2017-06-23T12:03:14Z</published>
<updated>2017-06-23T12:03:14Z</updated>
<title type="text">remove TODO</title>
<link rel="alternate" type="text/html" href="commit/c880dfed98500072165bae2ce0d53dafa931d1f0.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit c880dfed98500072165bae2ce0d53dafa931d1f0
parent f843248215c1f87d732b2aec27b1d30c0ceba163
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Fri, 23 Jun 2017 14:03:14 +0200

remove TODO

</content>
</entry>
<entry>
<id>f843248215c1f87d732b2aec27b1d30c0ceba163</id>
<published>2017-06-23T11:53:46Z</published>
<updated>2017-06-23T11:53:46Z</updated>
<title type="text">separate getstats from getbyoid: slightly faster</title>
<link rel="alternate" type="text/html" href="commit/f843248215c1f87d732b2aec27b1d30c0ceba163.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit f843248215c1f87d732b2aec27b1d30c0ceba163
parent 54a8a7c1533ce60e3cbe8539bf1e801225d0fabd
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Fri, 23 Jun 2017 13:53:46 +0200

separate getstats from getbyoid: slightly faster

</content>
</entry>
<entry>
<id>54a8a7c1533ce60e3cbe8539bf1e801225d0fabd</id>
<published>2017-05-07T11:12:43Z</published>
<updated>2017-05-07T11:12:43Z</updated>
<title type="text">for the commit Date: header use the git format-patch format</title>
<link rel="alternate" type="text/html" href="commit/54a8a7c1533ce60e3cbe8539bf1e801225d0fabd.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 54a8a7c1533ce60e3cbe8539bf1e801225d0fabd
parent 7cb669f74f6aeacdbc092267c690624032073eec
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun,  7 May 2017 13:12:43 +0200

for the commit Date: header use the git format-patch format

</content>
</entry>
<entry>
<id>7cb669f74f6aeacdbc092267c690624032073eec</id>
<published>2017-05-07T10:02:48Z</published>
<updated>2017-05-07T10:06:45Z</updated>
<title type="text">dont truncate summary length anymore</title>
<link rel="alternate" type="text/html" href="commit/7cb669f74f6aeacdbc092267c690624032073eec.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 7cb669f74f6aeacdbc092267c690624032073eec
parent dc8d0c84ff1f09b25e36313a1de6848f51a32320
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun,  7 May 2017 12:02:48 +0200

dont truncate summary length anymore

make sure not partial (invalid) utf-8 sequences are written. The old logic
truncated by bytelen was wrong. It is too complex to implement it in a
correct way with git: it is not assured a commit message is UTF-8 encoded.

remove showlinecount and summarylen variables.

</content>
</entry>
<entry>
<id>dc8d0c84ff1f09b25e36313a1de6848f51a32320</id>
<published>2017-05-04T22:23:50Z</published>
<updated>2017-05-07T10:05:48Z</updated>
<title type="text">remove config.def.h: it was not used anymore</title>
<link rel="alternate" type="text/html" href="commit/dc8d0c84ff1f09b25e36313a1de6848f51a32320.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit dc8d0c84ff1f09b25e36313a1de6848f51a32320
parent 8fa0effa9846a18a60d3b6a7c96db42a2775a7c6
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Fri,  5 May 2017 00:23:50 +0200

remove config.def.h: it was not used anymore

thanks tarug0 for reporting it!

</content>
</entry>
<entry>
<id>8fa0effa9846a18a60d3b6a7c96db42a2775a7c6</id>
<published>2017-04-22T17:07:07Z</published>
<updated>2017-05-07T10:05:47Z</updated>
<title type="text">improve commitinfo_getstats</title>
<link rel="alternate" type="text/html" href="commit/8fa0effa9846a18a60d3b6a7c96db42a2775a7c6.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 8fa0effa9846a18a60d3b6a7c96db42a2775a7c6
parent 8eabe24bdda7003453bbd034d82ebc479e2c76bc
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat, 22 Apr 2017 19:07:07 +0200

improve commitinfo_getstats

- reorder: unnecessary allocation when git_patch_from_diff fails.
- no need to free patch object when git_patch_from_diff fails.

</content>
</entry>
<entry>
<id>8eabe24bdda7003453bbd034d82ebc479e2c76bc</id>
<published>2017-04-22T12:38:39Z</published>
<updated>2017-04-22T12:38:39Z</updated>
<title type="text">improve documentation</title>
<link rel="alternate" type="text/html" href="commit/8eabe24bdda7003453bbd034d82ebc479e2c76bc.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 8eabe24bdda7003453bbd034d82ebc479e2c76bc
parent e9e7978381a2b3567902420d5ea1539d3c695b31
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat, 22 Apr 2017 14:38:39 +0200

improve documentation

- add example to README to extract gitweb.owner from a git config.
  this is used in gitweb and some cgit configurations.
- fix (new) mandoc warnings (new sentence on each line).
- improve some texts in the man pages, sort / structure some list items.

</content>
</entry>
<entry>
<id>e9e7978381a2b3567902420d5ea1539d3c695b31</id>
<published>2017-04-17T14:39:03Z</published>
<updated>2017-04-17T14:39:03Z</updated>
<title type="text">align line numbers to 8 spaces</title>
<link rel="alternate" type="text/html" href="commit/e9e7978381a2b3567902420d5ea1539d3c695b31.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit e9e7978381a2b3567902420d5ea1539d3c695b31
parent 8e4eb29210cfefd01ce797e1818df86b3fe2dce6
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Mon, 17 Apr 2017 16:39:03 +0200

align line numbers to 8 spaces

... now it is done.

</content>
</entry>
<entry>
<id>8e4eb29210cfefd01ce797e1818df86b3fe2dce6</id>
<published>2017-04-17T14:16:33Z</published>
<updated>2017-04-17T14:16:33Z</updated>
<title type="text">writeblobhtml: minor style fix</title>
<link rel="alternate" type="text/html" href="commit/8e4eb29210cfefd01ce797e1818df86b3fe2dce6.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 8e4eb29210cfefd01ce797e1818df86b3fe2dce6
parent 394d90b7bb878b54173a08bfe31402ddd29a2a54
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Mon, 17 Apr 2017 16:16:33 +0200

writeblobhtml: minor style fix

using len instead of the loop &#39;i&#39; is slightly more clear

</content>
</entry>
<entry>
<id>394d90b7bb878b54173a08bfe31402ddd29a2a54</id>
<published>2017-04-17T11:39:05Z</published>
<updated>2017-04-17T11:39:05Z</updated>
<title type="text">stagit: fix rendering of first TAB in file</title>
<link rel="alternate" type="text/html" href="commit/394d90b7bb878b54173a08bfe31402ddd29a2a54.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 394d90b7bb878b54173a08bfe31402ddd29a2a54
parent 99583eee62af43c0504bfc2aab6058b69a46313b
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Mon, 17 Apr 2017 13:39:05 +0200

stagit: fix rendering of first TAB in file

else TABs wont render properly (interpreted as part of HTML whitespace)
at the first TAB of the line.

</content>
</entry>
<entry>
<id>99583eee62af43c0504bfc2aab6058b69a46313b</id>
<published>2017-04-17T11:13:26Z</published>
<updated>2017-04-17T11:13:26Z</updated>
<title type="text">stagit-index: also dont assume someones &lt;html lang&gt; :)</title>
<link rel="alternate" type="text/html" href="commit/99583eee62af43c0504bfc2aab6058b69a46313b.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 99583eee62af43c0504bfc2aab6058b69a46313b
parent 7bb7dc5cc97e20aa235badd07b7c0b82726d8109
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Mon, 17 Apr 2017 13:13:26 +0200

stagit-index: also dont assume someones &lt;html lang&gt; :)

</content>
</entry>
<entry>
<id>7bb7dc5cc97e20aa235badd07b7c0b82726d8109</id>
<published>2017-04-17T11:06:02Z</published>
<updated>2017-04-17T11:06:02Z</updated>
<title type="text">stagit-index: remove Content-Language: en</title>
<link rel="alternate" type="text/html" href="commit/7bb7dc5cc97e20aa235badd07b7c0b82726d8109.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 7bb7dc5cc97e20aa235badd07b7c0b82726d8109
parent f9e7dc80702317cf5b9c764eeec89e2cbde8c982
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Mon, 17 Apr 2017 13:06:02 +0200

stagit-index: remove Content-Language: en

forgot to remove this from stagit-index aswell, see also:
commit 9e96062b620088a42c7b345e07cc8c12e2b59ed2

</content>
</entry>
<entry>
<id>f9e7dc80702317cf5b9c764eeec89e2cbde8c982</id>
<published>2017-04-16T18:59:23Z</published>
<updated>2017-04-16T18:59:23Z</updated>
<title type="text">writeblobhtml: fix possible uninitialized variable n when len == 0</title>
<link rel="alternate" type="text/html" href="commit/f9e7dc80702317cf5b9c764eeec89e2cbde8c982.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit f9e7dc80702317cf5b9c764eeec89e2cbde8c982
parent 44b20f341443cf3daffbe2b092df28df522cad86
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 16 Apr 2017 20:59:23 +0200

writeblobhtml: fix possible uninitialized variable n when len == 0

... whoops

</content>
</entry>
<entry>
<id>44b20f341443cf3daffbe2b092df28df522cad86</id>
<published>2017-04-16T18:37:42Z</published>
<updated>2017-04-16T18:37:42Z</updated>
<title type="text">writeblobhtml: improve file view for text-browsers</title>
<link rel="alternate" type="text/html" href="commit/44b20f341443cf3daffbe2b092df28df522cad86.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 44b20f341443cf3daffbe2b092df28df522cad86
parent 4035291297b1a559cd5b0bf4bef65b7fe33c59c1
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 16 Apr 2017 20:37:42 +0200

writeblobhtml: improve file view for text-browsers

browsers such as lynx and w3m have some quirks displaying tables and pre
elements.

links is a bit better with this.

</content>
</entry>
<entry>
<id>4035291297b1a559cd5b0bf4bef65b7fe33c59c1</id>
<published>2017-04-16T18:36:48Z</published>
<updated>2017-04-16T18:36:48Z</updated>
<title type="text">stagit-index: remove empty h1 and add bold markup to table headers</title>
<link rel="alternate" type="text/html" href="commit/4035291297b1a559cd5b0bf4bef65b7fe33c59c1.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 4035291297b1a559cd5b0bf4bef65b7fe33c59c1
parent 980fa8ea9bce704c9e44cfea47860e82cffec161
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 16 Apr 2017 20:36:48 +0200

stagit-index: remove empty h1 and add bold markup to table headers

</content>
</entry>
<entry>
<id>980fa8ea9bce704c9e44cfea47860e82cffec161</id>
<published>2017-04-16T18:36:17Z</published>
<updated>2017-04-16T18:36:17Z</updated>
<title type="text">text-browser improvements</title>
<link rel="alternate" type="text/html" href="commit/980fa8ea9bce704c9e44cfea47860e82cffec161.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 980fa8ea9bce704c9e44cfea47860e82cffec161
parent dc49505153f1a52bf12adee39aa63bda2bafefe4
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 16 Apr 2017 20:36:17 +0200

text-browser improvements

for links, lynx, w3m, dil[dl]o etc:

- set oldschool align attribute.
- apply bold markup to table header.

</content>
</entry>
<entry>
<id>dc49505153f1a52bf12adee39aa63bda2bafefe4</id>
<published>2017-04-16T18:32:34Z</published>
<updated>2017-04-16T18:32:34Z</updated>
<title type="text">README: advertise text-browser improvements</title>
<link rel="alternate" type="text/html" href="commit/dc49505153f1a52bf12adee39aa63bda2bafefe4.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit dc49505153f1a52bf12adee39aa63bda2bafefe4
parent 9abf8a02f7b5e3a1d458ba4ab661ee64c5654631
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 16 Apr 2017 20:32:34 +0200

README: advertise text-browser improvements

</content>
</entry>
<entry>
<id>9abf8a02f7b5e3a1d458ba4ab661ee64c5654631</id>
<published>2017-04-16T18:32:23Z</published>
<updated>2017-04-16T18:32:23Z</updated>
<title type="text">LICENSE: bump year</title>
<link rel="alternate" type="text/html" href="commit/9abf8a02f7b5e3a1d458ba4ab661ee64c5654631.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 9abf8a02f7b5e3a1d458ba4ab661ee64c5654631
parent ab3fdd70430912751a9c5d00083a41f3251b6758
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 16 Apr 2017 20:32:23 +0200

LICENSE: bump year

</content>
</entry>
<entry>
<id>ab3fdd70430912751a9c5d00083a41f3251b6758</id>
<published>2017-04-15T10:56:29Z</published>
<updated>2017-04-15T10:56:29Z</updated>
<title type="text">browser compatibility: use numeric entity for &#39;</title>
<link rel="alternate" type="text/html" href="commit/ab3fdd70430912751a9c5d00083a41f3251b6758.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit ab3fdd70430912751a9c5d00083a41f3251b6758
parent bba55b6bbcf35f9da67593a04d0b3daecbcd07b7
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat, 15 Apr 2017 12:56:29 +0200

browser compatibility: use numeric entity for &#39;

&amp;apos; is a XHTML entity, browsers such as links, w3m, lynx and dillo
don&#39;t support it.

</content>
</entry>
<entry>
<id>bba55b6bbcf35f9da67593a04d0b3daecbcd07b7</id>
<published>2017-04-01T17:33:19Z</published>
<updated>2017-04-01T17:33:19Z</updated>
<title type="text">writeblobhtml, make fprintf format string const</title>
<link rel="alternate" type="text/html" href="commit/bba55b6bbcf35f9da67593a04d0b3daecbcd07b7.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit bba55b6bbcf35f9da67593a04d0b3daecbcd07b7
parent 821a948d0801a4c115257b59352bf441e39c0922
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat,  1 Apr 2017 19:33:19 +0200

writeblobhtml, make fprintf format string const

</content>
</entry>
<entry>
<id>821a948d0801a4c115257b59352bf441e39c0922</id>
<published>2017-03-25T12:28:46Z</published>
<updated>2017-03-25T12:28:46Z</updated>
<title type="text">README: add instructions to build static binaries</title>
<link rel="alternate" type="text/html" href="commit/821a948d0801a4c115257b59352bf441e39c0922.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 821a948d0801a4c115257b59352bf441e39c0922
parent 9884619350ec8c8e27886a17607112cff251cc9f
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat, 25 Mar 2017 13:28:46 +0100

README: add instructions to build static binaries

</content>
</entry>
<entry>
<id>9884619350ec8c8e27886a17607112cff251cc9f</id>
<published>2017-03-25T12:14:26Z</published>
<updated>2017-03-25T12:14:26Z</updated>
<title type="text">Makefile: change () to {} consistently</title>
<link rel="alternate" type="text/html" href="commit/9884619350ec8c8e27886a17607112cff251cc9f.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 9884619350ec8c8e27886a17607112cff251cc9f
parent 1d91c79e3c26c62bee0c047fe1db02668ca94721
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sat, 25 Mar 2017 13:14:26 +0100

Makefile: change () to {} consistently

reported by tarug0, thanks!

</content>
</entry>
<entry>
<id>1d91c79e3c26c62bee0c047fe1db02668ca94721</id>
<published>2017-03-12T20:30:43Z</published>
<updated>2017-03-12T20:30:43Z</updated>
<title type="text">fix potential leak, found by clang-analyzer</title>
<link rel="alternate" type="text/html" href="commit/1d91c79e3c26c62bee0c047fe1db02668ca94721.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 1d91c79e3c26c62bee0c047fe1db02668ca94721
parent ae6461dc6f6ddc1d4bb33eef9cee71d4e7599458
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 12 Mar 2017 21:30:43 +0100

fix potential leak, found by clang-analyzer

</content>
</entry>
<entry>
<id>ae6461dc6f6ddc1d4bb33eef9cee71d4e7599458</id>
<published>2017-03-12T20:24:07Z</published>
<updated>2017-03-12T20:24:07Z</updated>
<title type="text">fix memory leak of commitinfo</title>
<link rel="alternate" type="text/html" href="commit/ae6461dc6f6ddc1d4bb33eef9cee71d4e7599458.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit ae6461dc6f6ddc1d4bb33eef9cee71d4e7599458
parent 543107cc36306a3539d21a8441e75276310a45db
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 12 Mar 2017 21:24:07 +0100

fix memory leak of commitinfo

</content>
</entry>
<entry>
<id>543107cc36306a3539d21a8441e75276310a45db</id>
<published>2017-03-12T18:51:13Z</published>
<updated>2017-03-12T20:22:53Z</updated>
<title type="text">atom.xml: add newline before EOF</title>
<link rel="alternate" type="text/html" href="commit/543107cc36306a3539d21a8441e75276310a45db.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 543107cc36306a3539d21a8441e75276310a45db
parent 0f05e4b4f0f7dad20b26d60aa350b90fb47f1eb8
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 12 Mar 2017 19:51:13 +0100

atom.xml: add newline before EOF

</content>
</entry>
<entry>
<id>0f05e4b4f0f7dad20b26d60aa350b90fb47f1eb8</id>
<published>2017-03-12T18:50:45Z</published>
<updated>2017-03-12T20:22:52Z</updated>
<title type="text">fix memory leak of commitinfo-&gt;parent</title>
<link rel="alternate" type="text/html" href="commit/0f05e4b4f0f7dad20b26d60aa350b90fb47f1eb8.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 0f05e4b4f0f7dad20b26d60aa350b90fb47f1eb8
parent 7a515945dd3e335644ba5167f2a44e3fde3fa18b
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 12 Mar 2017 19:50:45 +0100

fix memory leak of commitinfo-&gt;parent

</content>
</entry>
<entry>
<id>7a515945dd3e335644ba5167f2a44e3fde3fa18b</id>
<published>2017-03-12T18:50:12Z</published>
<updated>2017-03-12T20:22:52Z</updated>
<title type="text">fix memory leak of blob object</title>
<link rel="alternate" type="text/html" href="commit/7a515945dd3e335644ba5167f2a44e3fde3fa18b.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 7a515945dd3e335644ba5167f2a44e3fde3fa18b
parent e862768a1f396da6d013570941faefeced61351f
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 12 Mar 2017 19:50:12 +0100

fix memory leak of blob object

</content>
</entry>
<entry>
<id>e862768a1f396da6d013570941faefeced61351f</id>
<published>2017-03-12T18:49:14Z</published>
<updated>2017-03-12T18:49:14Z</updated>
<title type="text">simplify/shorten pledge stub</title>
<link rel="alternate" type="text/html" href="commit/e862768a1f396da6d013570941faefeced61351f.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit e862768a1f396da6d013570941faefeced61351f
parent 6b48169fa5d12348a550d588fa768f670c653da8
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 12 Mar 2017 19:49:14 +0100

simplify/shorten pledge stub

</content>
</entry>
<entry>
<id>6b48169fa5d12348a550d588fa768f670c653da8</id>
<published>2017-03-12T18:47:58Z</published>
<updated>2017-03-12T18:47:58Z</updated>
<title type="text">reduce scope of repodir, remove unused branch parameter</title>
<link rel="alternate" type="text/html" href="commit/6b48169fa5d12348a550d588fa768f670c653da8.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 6b48169fa5d12348a550d588fa768f670c653da8
parent 82aefe6305b858b5aa329fb357a5cf7639c3522d
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Sun, 12 Mar 2017 19:47:58 +0100

reduce scope of repodir, remove unused branch parameter

</content>
</entry>
<entry>
<id>82aefe6305b858b5aa329fb357a5cf7639c3522d</id>
<published>2017-01-05T17:47:26Z</published>
<updated>2017-01-05T17:47:26Z</updated>
<title type="text">bump version to 0.5</title>
<link rel="alternate" type="text/html" href="commit/82aefe6305b858b5aa329fb357a5cf7639c3522d.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 82aefe6305b858b5aa329fb357a5cf7639c3522d
parent 92cee02f1217f19a19d872d857f6e617ed3e0eec
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Thu,  5 Jan 2017 18:47:26 +0100

bump version to 0.5

</content>
</entry>
<entry>
<id>92cee02f1217f19a19d872d857f6e617ed3e0eec</id>
<published>2016-11-09T17:28:46Z</published>
<updated>2016-11-09T17:28:46Z</updated>
<title type="text">also remove language and text direction attribute from &lt;html&gt;</title>
<link rel="alternate" type="text/html" href="commit/92cee02f1217f19a19d872d857f6e617ed3e0eec.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 92cee02f1217f19a19d872d857f6e617ed3e0eec
parent 9e96062b620088a42c7b345e07cc8c12e2b59ed2
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Wed,  9 Nov 2016 18:28:46 +0100

also remove language and text direction attribute from &lt;html&gt;

</content>
</entry>
<entry>
<id>9e96062b620088a42c7b345e07cc8c12e2b59ed2</id>
<published>2016-11-09T16:49:38Z</published>
<updated>2016-11-09T16:49:38Z</updated>
<title type="text">remove Content-Language: en</title>
<link rel="alternate" type="text/html" href="commit/9e96062b620088a42c7b345e07cc8c12e2b59ed2.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 9e96062b620088a42c7b345e07cc8c12e2b59ed2
parent 300a2495c63bfcaa0a14a86b79506c73154f632f
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Wed,  9 Nov 2016 17:49:38 +0100

remove Content-Language: en

thanks Aymeric Mansoux!

</content>
</entry>
<entry>
<id>300a2495c63bfcaa0a14a86b79506c73154f632f</id>
<published>2016-10-14T10:12:35Z</published>
<updated>2016-10-14T10:12:35Z</updated>
<title type="text">stagit.1: also document linking to git submodules: .gitmodules file</title>
<link rel="alternate" type="text/html" href="commit/300a2495c63bfcaa0a14a86b79506c73154f632f.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 300a2495c63bfcaa0a14a86b79506c73154f632f
parent 7844a950883664f08592458e99725a34d6533a90
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Fri, 14 Oct 2016 12:12:35 +0200

stagit.1: also document linking to git submodules: .gitmodules file

</content>
</entry>
<entry>
<id>7844a950883664f08592458e99725a34d6533a90</id>
<published>2016-10-13T16:10:52Z</published>
<updated>2016-10-13T16:10:52Z</updated>
<title type="text">stagit.1: clarify README and LICENSE link creation</title>
<link rel="alternate" type="text/html" href="commit/7844a950883664f08592458e99725a34d6533a90.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit 7844a950883664f08592458e99725a34d6533a90
parent de7f5fc76dedf8c4f178226a920837d2476ed493
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Thu, 13 Oct 2016 18:10:52 +0200

stagit.1: clarify README and LICENSE link creation

thanks Solene Rapenne for the patch! (slightly modified)

</content>
</entry>
<entry>
<id>de7f5fc76dedf8c4f178226a920837d2476ed493</id>
<published>2016-09-15T18:44:47Z</published>
<updated>2016-09-15T18:44:47Z</updated>
<title type="text">simplify example.sh, thanks emg for the suggestion!</title>
<link rel="alternate" type="text/html" href="commit/de7f5fc76dedf8c4f178226a920837d2476ed493.html" />
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<content type="text">commit de7f5fc76dedf8c4f178226a920837d2476ed493
parent e19351cdb8805ed2c5a130c01742167183d7435c
Author: Hiltjo Posthuma &lt;hiltjo@codemadness.org&gt;
Date:   Thu, 15 Sep 2016 20:44:47 +0200

simplify example.sh, thanks emg for the suggestion!

</content>
</entry>
</feed>
