diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-12 12:53:46 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-12 12:53:46 -0500 |
commit | 8ffa59e6104be71b043b835920cb34d837b91fbf (patch) | |
tree | 869a4300335fe7e69c2c6c5c5df88db4aa1f0c58 /debian | |
parent | 3c3135c6a8e3f0770c6efdb8c5765affedb61106 (diff) | |
download | ikiwiki-8ffa59e6104be71b043b835920cb34d837b91fbf.tar ikiwiki-8ffa59e6104be71b043b835920cb34d837b91fbf.tar.gz |
* The first git commit legitimately has no parents. Avoid recentchanges
spewing uninitialised value warnings and debug messages about it.
Dummying up a parent of 0000000 allows gitweb to work too.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7e2315b60..f57e43958 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,8 +28,11 @@ ikiwiki (2.12) UNRELEASED; urgency=low It needs to be setgid if the master repo is a shared repository, so that pushes into the working copy repository happen as the same group, avoiding permissions problems. + * The first git commit legitimately has no parents. Avoid recentchanges + spewing uninitialised value warnings and debug messages about it. + Dummying up a parent of 0000000 allows gitweb to work too. - -- Joey Hess <joeyh@debian.org> Mon, 12 Nov 2007 12:26:45 -0500 + -- Joey Hess <joeyh@debian.org> Mon, 12 Nov 2007 12:48:55 -0500 ikiwiki (2.11) unstable; urgency=low |