about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-17 02:41:16 +0000
committerEric Wong <e@80x24.org>2015-08-17 03:14:07 +0000
commit52aff6ba71ad0c13c28d2ffaea43c157546a1daf (patch)
treefea95574fce6f23130a80290c29ff07b26ec1c53 /lib
parent2599ac264e1164f9593a7016165d2af76f4ff95a (diff)
downloadpublic-inbox-52aff6ba71ad0c13c28d2ffaea43c157546a1daf.tar.gz
No need to waste bandwidth, here
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Feed.pm1
1 files changed, 1 insertions, 0 deletions
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 {