diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-17 19:25:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-17 19:25:10 -0400 |
commit | 2c9ab7065e289f422778dcf75ddc511fc5ea77ec (patch) | |
tree | cc8ea8784ed762801fce56ac087b7e37149a894a /IkiWiki | |
parent | e8a11957dfa55e7eb544553ecf9bc0a0bc872c7f (diff) | |
download | ikiwiki-2c9ab7065e289f422778dcf75ddc511fc5ea77ec.tar ikiwiki-2c9ab7065e289f422778dcf75ddc511fc5ea77ec.tar.gz |
mark old web commits as from web
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Rcs/git.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Rcs/git.pm b/IkiWiki/Rcs/git.pm index ab6a12c48..7fb612a39 100644 --- a/IkiWiki/Rcs/git.pm +++ b/IkiWiki/Rcs/git.pm @@ -399,6 +399,7 @@ sub rcs_recentchanges ($) { #{{{ $messages[0]->{line} =~ m/$config{web_commit_regexp}/) { $user = defined $2 ? "$2" : "$3"; $messages[0]->{line} = $4; + $web_commit=1; } push @rets, { |