X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/a8c5c8c0ba4deba4f396f6d491970256907569b3..77356e851352d763542e0cb65c19edc5edafdccb:/IkiWiki/Rcs/git.pm diff --git a/IkiWiki/Rcs/git.pm b/IkiWiki/Rcs/git.pm index 868bec40d..5f4b090c3 100644 --- a/IkiWiki/Rcs/git.pm +++ b/IkiWiki/Rcs/git.pm @@ -441,7 +441,7 @@ sub rcs_notify () { #{{{ # reassemble into one mail with just the pages subscribed to. my $diff = join "\n", run_or_die('git-diff', "${sha1}^", $sha1); - my $subject = "$config{wikiname} update of "; + my $subject="update of $config{wikiname}'s "; if (@changed_pages > 2) { $subject .= "$changed_pages[0] $changed_pages[1] etc"; } else {