From e00c9e18a7382209b158efdc0c600165cde295a5 Mon Sep 17 00:00:00 2001 From: Yasushi SHOJI Date: Thu, 18 Aug 2005 18:24:28 +0200 Subject: [PATCH] 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 --- gitweb.cgi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitweb.cgi b/gitweb.cgi index 8d4e4f7022..e68368d56b 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" . "" . -- 2.11.4.GIT