http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/lib/PublicInbox/Feed.pm
$refhex\z/o )) { $range = $r ; } # get recent messages # we could use git log -z, but, we already know ssoma will not # leave us with filenames with spaces in them.. my $log = $ibx -> git -> popen ( qw / log -- no - notes -- no - color -- raw - r -- no - abbrev -- abbrev - commit /, "--format= %H " , $range ); my %deleted ; # only an optimization at this point my $last ; my $last_commit ; local $/ = " \n " ; my @ret ; while ( defined ( my $line = < $log...