diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-19 23:42:04 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-19 23:42:04 -0500 |
commit | 8bf2f5a31ae3569b0c1c5b139640f7e8356a90f4 (patch) | |
tree | 766fdb2c89461c5477f8764f49bba6aba65bf407 /debian | |
parent | 30c5f62f741b8be4677b46b19a6c7ccb5963e101 (diff) | |
download | ikiwiki-8bf2f5a31ae3569b0c1c5b139640f7e8356a90f4.tar ikiwiki-8bf2f5a31ae3569b0c1c5b139640f7e8356a90f4.tar.gz |
handle git-notes breakage
The new git-notes feature in git 1.6.6 changes git log output in a way that
broke ikiwiki's parser if notes are added to commits.
I decided to deal with this by disabling notes when ikiwiki uses git,
by setting GIT_NOTES_REF="". AFAICS, looking up notes when dumping logs
will only waste time, since it does not currently seem to make sense for
ikiwiki to do anything with the notes.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f17eed3e5..6fbbe0a23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ ikiwiki (3.20100104) UNRELEASED; urgency=low * websetup: Fix bug in array change detection. * linkmap: Simplify and improve browser compatability by using an img, not object tag. + * git: The new git-notes feature in git 1.6.6 changes git log output + in a way that broke ikiwiki's parser if notes are added to commits. + Deal with this. -- Joey Hess <joeyh@debian.org> Mon, 04 Jan 2010 12:53:24 -0500 |