Re: [PATCHv3] git-send-email: add ~/.authinfo parsing

2013-01-29 Thread Junio C Hamano
Michal Nazarewicz writes: >> Is it bad to use Net::Netrc instead? This looks like exactly the >> use case that module was written for, no? > > I don't think that's the case. For one, Net::Netrc does not seem to > process port number. > > There is a Text::Authinfo module but it just uses Text::C

[PATCHv3] git-send-email: add ~/.authinfo parsing

2013-01-29 Thread Michal Nazarewicz
From: Michal Nazarewicz Make git-send-email read password from a ~/.authinfo or ~/.netrc file instead of requiring it to be stored in git configuration, passed as command line argument or typed in. There are various other applications that use this file for authentication information so letting