On 2014-01-25 22:37:21, Eric Wong wrote: > Brilliantov Kirill Vladimirovich <brilliantov@xxxxxxxx> wrote: > > Signed-off-by: Brilliantov Kirill Vladimirovich <brilliantov@xxxxxxxx> > > --- > > git-send-email.perl | 18 ++++++++++++++++++ > > 1 file changed, 18 insertions(+) > > Some documentation references to .mailrc and its format would be nice. > Unfortunally I can't found official documentation on this option: http://linux.die.net/man/1/mailx http://publib.boulder.ibm.com/infocenter/aix/v6r1/topic/com.ibm.aix.files/doc/aixfiles/mailrc.htm On my system (Debian GNU/Linux 7.3) documentation on mailx not conteins description senmail options. > > --- a/git-send-email.perl > > +++ b/git-send-email.perl > > @@ -28,6 +28,7 @@ use File::Temp qw/ tempdir tempfile /; > > use File::Spec::Functions qw(catfile); > > use Error qw(:try); > > use Git; > > +use File::HomeDir; > > We should probably avoid a new dependency and also remain consistent > with the rest of git handles home directories. > > Unfortunately, expand_user_path()/git_config_pathname() isn't currently > exposed to scripters right now... > Ok, if new dependency is not allowed I see next ways: - add new argument - add new configuration parameters -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html