From: Yasushi SHOJI Date: Thu, 18 Aug 2005 16:24:28 +0000 (+0200) Subject: Add and to RSS feed X-Git-Tag: v1.4.0~1^2~64 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e00c9e18a7382209b158efdc0c600165cde295a5;p=git.git Add and to RSS feed From http://blogs.law.harvard.edu/tech/rss author - Email address of the author of the item. guid - A string that uniquely identifies the item. Signed-off-by: Yasushi SHOJI --- diff --git a/gitweb.cgi b/gitweb.cgi index 8d4e4f702..e68368d56 100755 --- a/gitweb.cgi +++ b/gitweb.cgi @@ -1424,7 +1424,9 @@ sub git_rss { "" . sprintf("%d %s %02d:%02d", $cd{'mday'}, $cd{'month'}, $cd{'hour'}, $cd{'minute'}) . " - " . escapeHTML($co{'title'}) . "\n" . + "" . escapeHTML($co{'author'}) . "\n" . "$cd{'rfc2822'}\n" . + "" . escapeHTML("$my_url?p=$project;a=commit;h=$commit") . "\n" . "" . escapeHTML("$my_url?p=$project;a=commit;h=$commit") . "\n" . "" . escapeHTML($co{'title'}) . "\n" . "" .