http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/lib/PublicInbox/LeiBlob.pm
0 : 1 )) { if ( grep ( defined , @ $opt { qw(include only) })) { $lxs = $lei -> lxs_prepare ; $lei -> ale -> refresh_externals ( $lxs , $lei ); } my $rdr = {}; if ( $opt ->{ mail }) { open $rdr ->{ 2 }, '+>' , undef ; } else { open $rdr ->{ 2 }, '>' , '/dev/null' ; } my $cmd = $lei -> ale -> git -> cmd ( 'cat-file' , 'blob' , $blob ); my $cerr ; if ( defined $lei ->{- attach_idx }) { my $buf = run_qx ( $cmd , $lei ->{ env }, $rdr ); return extract_attach ( $lei , $blob , \...