From e8a11957dfa55e7eb544553ecf9bc0a0bc872c7f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Jul 2008 19:23:00 -0400 Subject: [PATCH] fix web commit determination --- IkiWiki/Rcs/git.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki/Rcs/git.pm b/IkiWiki/Rcs/git.pm index aa7657b5c..ab6a12c48 100644 --- a/IkiWiki/Rcs/git.pm +++ b/IkiWiki/Rcs/git.pm @@ -391,7 +391,7 @@ sub rcs_recentchanges ($) { #{{{ } my $user=$ci->{'author_username'}; - my $web_commit = ($user=~s/\@web//); + my $web_commit = ($ci->{'author'} =~ /\@web>/); # compatability code for old web commit messages if (! $web_commit && -- 2.39.2