From: Eric Wong Date: Mon, 17 Aug 2015 02:41:16 +0000 (+0000) Subject: feed: disable the generator statement X-Git-Tag: v1.0.0~1058 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=52aff6ba71ad0c13c28d2ffaea43c157546a1daf;p=public-inbox.git feed: disable the generator statement No need to waste bandwidth, here --- diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 0e0b0f66..226c50ea 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -36,6 +36,7 @@ sub generate { id => 'mailto:' . ($addr || 'public-inbox@example.com'), updated => POSIX::strftime(DATEFMT, gmtime), ); + $feed->no_generator; my $git = PublicInbox::GitCatFile->new($ctx->{git_dir}); each_recent_blob($ctx, sub {