http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/lib/PublicInbox/GitCredential.pm
$lei ->{ opt }->{ netrc }); # part of the standard library, but distributions may split it out eval { require Net :: Netrc }; if ($ @ ) { warn "W: Net::Netrc missing: $@ \n " ; return ; } if ( my $x = Net :: Netrc -> lookup ( $self ->{ host }, $self ->{ username })) { $self ->{ username } // = $x -> login ; $self ->{ password } = $x -> password ; } } sub fill { my ( $self , $lei ) = @_ ; my $out_r = run ( $self , 'fill' , $lei ); while (< $out_r >) { chomp ; return if $_...