From 52aff6ba71ad0c13c28d2ffaea43c157546a1daf Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 17 Aug 2015 02:41:16 +0000 Subject: feed: disable the generator statement No need to waste bandwidth, here --- lib/PublicInbox/Feed.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/PublicInbox') 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 { -- cgit v1.2.3-24-ge0c7