diff options
author | Joey Hess <joey@kitenet.net> | 2010-08-30 16:05:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-08-30 16:05:15 -0400 |
commit | a330b1ee743f093a03ff23b2d4bff42df7def8b9 (patch) | |
tree | db285b7184750aeb2cb7159320c2545e5cb233b4 /debian | |
parent | 75382bd3747f4c293a5fee5715bfbebe0ff04187 (diff) | |
download | ikiwiki-a330b1ee743f093a03ff23b2d4bff42df7def8b9.tar ikiwiki-a330b1ee743f093a03ff23b2d4bff42df7def8b9.tar.gz |
Avoid trying to log the user in when receiving anonymous pushes from git and a plugin like httpauth returns a login function.
Just use check_canedit in nonfatal mode.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index df74e35d1..a1ef33b22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ ikiwiki (3.20100816) UNRELEASED; urgency=low setup. (intrigeri) * t/bazaar.t: Work around bzr 2.2.0's new requirement to configure bzr whoami before committing. + * Avoid trying to log the user in when receiving anonymous pushes + from git and a plugin like httpauth returns a login function. -- Joey Hess <joeyh@debian.org> Sun, 15 Aug 2010 11:45:48 -0400 |