diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-25 00:29:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-25 00:29:06 +0000 |
commit | 1f66fb8a28d0c562713c979297d8cdf02619c150 (patch) | |
tree | 9eba1547b436e0907e97634b836adaa71900e1d2 | |
parent | e2924c0930114924ba32549cfbafcb6a3d63717f (diff) |
formatting
-rw-r--r-- | IkiWiki/Rcs/SVN.pm | 1 | ||||
-rw-r--r-- | templates/notifymail.tmpl | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/IkiWiki/Rcs/SVN.pm b/IkiWiki/Rcs/SVN.pm index 7d48abb61..a2e2ff69c 100644 --- a/IkiWiki/Rcs/SVN.pm +++ b/IkiWiki/Rcs/SVN.pm @@ -188,6 +188,7 @@ sub rcs_notify () { #{{{ my $diff=`svnlook diff $config{svnrepo} -r $rev --no-diff-deleted`; my $user=`svnlook author $config{svnrepo} -r $rev`; + chomp $user; my $message=`svnlook log $config{svnrepo} -r $rev`; if ($message=~/$svn_webcommit/) { $user="$1"; diff --git a/templates/notifymail.tmpl b/templates/notifymail.tmpl index 5a1497a3f..d5b344835 100644 --- a/templates/notifymail.tmpl +++ b/templates/notifymail.tmpl @@ -1,5 +1,5 @@ -The following change has been made to <TMPL_VAR WIKINAME> +The following change was made to <TMPL_VAR WIKINAME> by <TMPL_VAR USER>: -<TMPL_VAR MESSAGE> +<TMPL_VAR MESSAGE> <TMPL_VAR DIFF> |