master
Joey Hess 2008-10-24 13:29:41 -04:00
parent fbcb8553df
commit 0196e1f9fc
3 changed files with 4 additions and 2 deletions

View File

@ -619,7 +619,7 @@ sub rcs_receive () { #{{{
# Avoid chdir when running git here, because the changes # Avoid chdir when running git here, because the changes
# are in the master git repo, not the srcdir repo. # are in the master git repo, not the srcdir repo.
# The pre-recieve hook already puts us in the right place. # The pre-receive hook already puts us in the right place.
$no_chdir=1; $no_chdir=1;
my @changes=git_commit_info($oldrev."..".$newrev); my @changes=git_commit_info($oldrev."..".$newrev);
$no_chdir=0; $no_chdir=0;

View File

@ -3,7 +3,7 @@
This plugin causes ikiwiki to listen for pings, typically delivered from This plugin causes ikiwiki to listen for pings, typically delivered from
another ikiwiki instance using the [[pinger]] plugin. When a ping is another ikiwiki instance using the [[pinger]] plugin. When a ping is
recieved, ikiwiki will update the wiki, the same as if `ikiwiki --refresh` received, ikiwiki will update the wiki, the same as if `ikiwiki --refresh`
were ran at the command line. were ran at the command line.
An url such as the following is used to trigger a ping: An url such as the following is used to trigger a ping:

View File

@ -14,3 +14,5 @@ How do you edit this wiki (I mean [ikiwiki]) without the web browser ? Is there
> for ikiwiki. --[[Joey]] > for ikiwiki. --[[Joey]]
> > I'll think about it. It may solve some of my offline-being issues. --[[intrigeri]] > > I'll think about it. It may solve some of my offline-being issues. --[[intrigeri]]
>>>> Now developed! --[[Joey]]