]> sipb.mit.edu Git - ikiwiki.git/commitdiff
mark old web commits as from web
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 17 Jul 2008 23:25:10 +0000 (19:25 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 17 Jul 2008 23:25:10 +0000 (19:25 -0400)
IkiWiki/Rcs/git.pm

index ab6a12c4896eea06b72bcd21a636af3a174b93de..7fb612a39bdc56c4b7931a48ab9f8a8db76d55ac 100644 (file)
@@ -399,6 +399,7 @@ sub rcs_recentchanges ($) { #{{{
                      $messages[0]->{line} =~ m/$config{web_commit_regexp}/) {
                        $user = defined $2 ? "$2" : "$3";
                        $messages[0]->{line} = $4;
                      $messages[0]->{line} =~ m/$config{web_commit_regexp}/) {
                        $user = defined $2 ? "$2" : "$3";
                        $messages[0]->{line} = $4;
+                       $web_commit=1;
                }
 
                push @rets, {
                }
 
                push @rets, {