projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec5254
)
Fix typo that broke anonymous git push.
author
Joey Hess
<joey@kitenet.net>
Sat, 23 Oct 2010 19:25:29 +0000
(15:25 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sat, 23 Oct 2010 19:25:29 +0000
(15:25 -0400)
IkiWiki/Receive.pm
patch
|
blob
|
history
debian/changelog
patch
|
blob
|
history
diff --git
a/IkiWiki/Receive.pm
b/IkiWiki/Receive.pm
index 225f2b9abf33ab995f94576a8a735db9c67fb80b..c73adfbbb84b34462eaa474ca315570aba85cc44 100644
(file)
--- a/
IkiWiki/Receive.pm
+++ b/
IkiWiki/Receive.pm
@@
-73,7
+73,7
@@
sub test () {
}) || error("failed adding user");
}
- check_canchange(
+
IkiWiki::
check_canchange(
cgi => $cgi,
session => $session,
changes => [IkiWiki::rcs_receive()]
diff --git
a/debian/changelog
b/debian/changelog
index 951e59c9a4e62ef1e978bb0e2a9194caecf52eb6..3f649a2ce047c948c769432e9733c69ad39fee8f 100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-1,3
+1,9
@@
+ikiwiki (3.20101020) UNRELEASED; urgency=low
+
+ * Fix typo that broke anonymous git push.
+
+ -- Joey Hess <joeyh@debian.org> Sat, 23 Oct 2010 15:25:19 -0400
+
ikiwiki (3.20101019) unstable; urgency=low
* Fix test suite failure on other side of date line.