http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/lib/PublicInbox/Config.pm
-e $file? return bless {}, $class if (! @opt_c && ! defined ( $file )); my %env ; my $opt = { 2 => $lei ->{ 2 } // 2 }; if ( @opt_c ) { if ( defined $file ) { $file = rel2abs_collapsed ( $file ); # for $opt->{-C} unshift @opt_c , '-c' , "include.path= $file " ; } tmp_cmd_opt ( \ %env , $opt ); } my @cmd = ( git_exe , @opt_c , qw(config -z -l --includes) ); push ( @cmd , '-f' , $file ) if !...