test1
parent
df32ad1139
commit
84d3856512
|
@ -432,8 +432,7 @@ sub rcs_notify () { #{{{
|
||||||
# hook is called _before_ the repository is updated).
|
# hook is called _before_ the repository is updated).
|
||||||
#
|
#
|
||||||
# Here, we rely on a simple fact: we can extract all parts of the
|
# Here, we rely on a simple fact: we can extract all parts of the
|
||||||
# notification content by parsing the "HEAD" commit (which also
|
# notification content by parsing the "HEAD" commit.
|
||||||
# triggers a refresh of IkiWiki pages).
|
|
||||||
|
|
||||||
my $ci = git_commit_info('HEAD');
|
my $ci = git_commit_info('HEAD');
|
||||||
return if !defined $ci;
|
return if !defined $ci;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
This is the SandBox, a page anyone can edit to try out this fab ikiwiki.
|
This is the SandBox, a page anyone can edit to try out this fab ikiwiki.
|
||||||
|
|
||||||
|
foo
|
||||||
|
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
testhead
|
testhead
|
||||||
sandbox
|
sandbox
|
||||||
|
|
Loading…
Reference in New Issue